Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-15429

Add permissions instructions to SSH Pipelines guide

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Our current SSH Pipelines instructions (https://confluence.atlassian.com/bitbucket/use-ssh-keys-in-bitbucket-pipelines-847452940.html) could be improved by adding permissions:

      #!bash
      
      vi ~/.ssh/authorized_keys
      
      
      # Paste the public key from step 1 into this file, save and exit vi
      # Set required permissions on the files
      
      chmod 700 ~/.ssh
      chmod 600 ~/.ssh/authorized_keys
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jyowell Jesse Yowell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: