AWS CodeCommit: Authenticating to a repository (SSH)
In our previous post, we saw how to authenticate to a CodeCommit repository using HTTPS. Now, let’s understand how to authenticate using SSH. This method requires a private-public key pair for authentication.
The prerequisites to this method are,
An...
cloudkahani.in3 min read