SSH 접속 에러 : Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
Linux 2023. 2. 28. 20:15
에러 문구
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
해결
sshd_config 파일에 아래 내용 주석 제거
vi /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
저장 이후 sshd재시작
service sshd restart
참고
https://algo79.tistory.com/entry/Permission-denied-publickeygssapi-keyexgssapi-with-mic-for-centos69
'Linux' 카테고리의 다른 글
Linux Core dump 파일 분석 방법(file, gdb) (0) | 2022.03.17 |
---|---|
Linux 파일 개수 및 디렉토리(폴더) 개수 확인 (0) | 2021.08.24 |
CentOS Perl 설치시 "Can't locate ExtUtils/MakeMaker.pm" 해결 방법 (0) | 2021.08.20 |
Linux 시작 프로그램 설정 ( chkconfig ) (0) | 2021.07.20 |
CentOS cp 강제로 덮어쓰기 (0) | 2021.07.19 |