티스토리 뷰

방법1. 등록된 키 초기화

$ ssh-add -D


방법2. ~/.ssh/config 에 IdentitiesOnly = yes 추가

Host http://www.somehost.com
IdentityFile ~/.ssh/key_for_somehost_rsa
IdentitiesOnly yes
Port 22


방법3. SSH 터미널 접속 PubkeyAuthentication=no 옵션

ssh -p 22 -o PubkeyAuthentication=no username@somehost.com


댓글
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2025/08   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
글 보관함