728x90
방법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
(출처: https://itzone.tistory.com/666 )
그럼,
공유합니다.
728x90
'개발 이야기 > 리눅스 개발' 카테고리의 다른 글
우분투 스왑 파일(swapfile) 생성 및 삭제 (0) | 2021.09.27 |
---|---|
리눅스 터미네이터/Terminator 단축키 (0) | 2021.09.27 |
elementary OS 6 Odin 출시! (0) | 2021.08.21 |
만자로 쓰다가 ArchBang 간 보고 EndevourOS로 넘어간 후기 (0) | 2021.08.21 |
Modern Unix - 유닉스 명령들의 최신 대체제 (0) | 2021.08.10 |