I'm trying to connect AWS CodeCommit repositories with Review board server, but i can't. And i generated ssh key in review board server properly. When i'm trying to add the AWS CodeCommit repository's url in review board repositories option it showing an following error
1. When i'm trying to connect with the below link,
ssh://
git-codecommit.us-east-1.amazonaws.com/v1/repos/<repo-name>
It shows an error like "Unable to authenticate against this repository using one of the supported authentication types (publickey)."
2. When i'm trying to connect with the below link as 2nd time,
git-codecommit.us-east-1.amazonaws.com/v1/repos/<repo-name>
It shows an error like "Permission denied accessing the local Git repository '/v1/repos/<repo-name>'"
Also i have attached the screenshot above. For more details please look at that one. Any help from that you would be appriciated. Thanks