본문 바로가기
Linux

putty 접속 에러 (No supported authentication methods available)

by HoneyIT 2022. 7. 11.

private key를 이용하여 putty 접속 시도 시 위와 같은 에러(No supported authentication methods available)가 발생

puttygen으로 변환 후 pem파일을 key로 넣어 주었는데도 발생한다.

 

해결 방법은 다음과 같다

puttygen에서 key > Parameters for saving key files 클릭

 

PPK file version을 2로 선택 후 확인

 

이후 private key로 다시 변환하면 접속이 된다.

 

 

https://superuser.com/questions/1647896/putty-key-format-too-new-when-using-ppk-file-for-putty-ssh-key-authentication

 

"PuTTY key format too new" when using ppk file for PuTTY SSH key authentication

I wanted to connect to my Unix server using SSH keys. For that I had converted my id_rsa file from ./ssh directory to a ppk file using PuTTYgen, but after loading my .ppk key I get this warning: P...

superuser.com

 

'Linux' 카테고리의 다른 글

[Linux] 실시간 Catalina Log 확인  (1) 2023.02.02
[Linux] usermod  (0) 2022.08.01
[Linux] chown  (0) 2022.08.01
Linux - 2일차  (0) 2021.05.17
Linux - 1일차  (0) 2021.05.11