@giovanny.lueilwitz
To enable access control with SSH access to Bitbucket, follow these steps:
- Sign in to your Bitbucket account.
- Go to the repository where you want to enable SSH access control.
- Click on the "Settings" option in the sidebar.
- Select "Access control" from the repository settings menu.
- Under the "Access keys" section, click on the "Add access key" button.
- In the popup window, enter a label for the access key and paste your SSH public key into the provided field.
- Click on the "Add key" button to save the access key.
- 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.