Issue
I need to connect to SSH
to connect to amazon code-commit
so my steps:
create new ssh called:
asw-code-commit
withasw-code-commit.pub
upload the ssh to asw user IAM and got my
SSH key ID
update config in
.ssh
folder to this:Host git-codecommit.*.amazonaws.com User APKAV66BIP######## IdentityFile ~/.ssh/aws-code-commit
save and connect to ssh by this:
ssh git-codecommit.us-east-2.amazonaws.com
I got this error:
no such identity: /Users/Ra/.ssh/aws-code-commit: No such file or directory
APKAV66BI#####@git-codecommit.us-east-2.amazonaws.com: Permission denied (publickey).
Where is the problem ?
Solution
On the screenshot the file is called (spelling mistake):
asw-code-commit
but it should be:
aws-code-commit
Answered By - Marcin
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.