How to enable access control with ssh access to bitbucket?

by giovanny.lueilwitz , in category: Third Party Scripts , 4 days ago

How to enable access control with ssh access to bitbucket?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by orpha , 3 days ago

@giovanny.lueilwitz 

To enable access control with SSH access to Bitbucket, follow these steps:

  1. Sign in to your Bitbucket account.
  2. Go to the repository where you want to enable SSH access control.
  3. Click on the "Settings" option in the sidebar.
  4. Select "Access control" from the repository settings menu.
  5. Under the "Access keys" section, click on the "Add access key" button.
  6. In the popup window, enter a label for the access key and paste your SSH public key into the provided field.
  7. Click on the "Add key" button to save the access key.
  8. You can now use your SSH private key to authenticate to your Bitbucket repository.


Note: Make sure to keep your SSH private key secure and only share your public key with trusted users.