티스토리 뷰
아래처럼 옵션을 넣어 보세요.
출처 : https://stackoverflow.com/questions/73795935/sign-and-send-pubkey-no-mutual-signature-supported
ssh -i /pem/sline/xx.pem ubuntu@xx.xxx.xxx.xx
sign_and_send_pubkey: no mutual signature supported
ubuntu@xx.xxx.xxx.xx: Permission denied (publickey).
ssh -o PubkeyAcceptedKeyTypes=rsa-sha2-256 -i /pem/sline/xx.pem ubuntu@xx.xxx.xxx.xx
ssh -o PubkeyAcceptedKeyTypes=ssh-rsa -i /pem/sline/xx.pem ubuntu@xx.xxx.xxx.xx
'os' 카테고리의 다른 글
간단 웹사이트 부하테스트 (linux) (0) | 2023.02.13 |
---|---|
자주 쓰는 git 명령어 cli (0) | 2022.12.28 |
[인프라] 아마존 RDS root 권한 획득 (0) | 2021.04.15 |
dig (0) | 2021.04.09 |
AWS에서 route53 통해 DNS설정을 완료 해도 ec2까지 연결되지 않을때. (0) | 2021.04.09 |