본문으로 바로가기

[Linux] RHCSA ssh-keygen

category Linux 2020. 11. 25. 12:14
728x90

ssh 인증에 사용할 서명키 생성

# ssh-keygen

 

 

id_rsa.pub 라는 public 키가 생성된것 확인

 

 

password 입력 없이 접근하고 싶은 서버에 public 키 복사

# ssh-copy-id -i id_rsa.pub root@192.168.0.112

 

 

password 입력 없이 접속 됨을 확인