SSH Passwordless Login Using SSH Keygen in 5 Easy Steps
첨부 '1' |
|
---|
SSH (Secure SHELL) is an open source and most trusted network protocol that is used to login into remote servers for execution of commands and programs. It is also used to transfer files from one computer to another computer over the network using secure copy (SCP) Protocol.
In this article we will show you how to setup password-less login on RHEL/CentOS 7.x/6.x/5.x and Fedora using ssh keys to connect to remote Linux servers without entering password. Using Password-less login with SSH keys will increase the trust between two Linux servers for easy file synchronization or transfer.
My Setup Environment
If you are dealing with number of Linux remote servers, then SSH Password-less login is one of the best way to automate tasks such as automatic backups with scripts, synchronization files using scp and remote command execution.
In this example we will setup SSH password-less automatic login from server 192.168.0.7 as user picomax to 192.168.1.240 with user hooni.
Step 1: Create Authentication SSH-Kegen Keys on – (192.168.0.7)
First login into server 192.168.0.7 with user picomax and generate a pair of public keys using following command.
Step 2: Create .ssh Directory on – 192.168.1.240
Use SSH from server 192.168.0.7 to connect server 192.168.1.240 using hooni as user and create .ssh directory under it, using following command.
Step 3: Upload Generated Public Keys to – 192.168.1.240
Use SSH from server 192.168.0.7 and upload new generated public key (id_rsa.pub) on server 192.168.1.240 under hooni‘s .ssh directory as a file name authorized_keys.
Step 4: Set Permissions on – 192.168.1.240
Due to different SSH versions on servers, we need to set permissions on .ssh directory and authorized_keys file.
Step 5: Login from 192.168.0.7 to 192.168.1.240 Server without Password
From now onwards you can log into 192.168.1.240 as hooni user from server 192.168.0.7 as picomax user without password.
[출처] https://www.tecmint.com/ssh-passwordless-login-using-ssh-keygen-in-5-easy-steps/
번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|---|
1045 | Develop |
[android] 가속도 센서를 이용한 흔듦(Shake) 감지
![]() |
hooni | 2014.11.04 | 3066 |
1044 | Database | [mysql] MySQL 데이터베이스 추가 및 사용자 추가 | hooni | 2019.11.22 | 3090 |
1043 | Develop | [ios] APNS, Remote Push 수신 시점에서 앱의 3가지 실행 상태 | hooni | 2018.10.19 | 3123 |
1042 | Develop |
[ios] binary를 C코드로 변환
![]() |
hooni | 2015.01.03 | 3128 |
1041 | Develop | [c] 한글 문자열 출력 | hooni | 2015.11.10 | 3136 |
1040 | System/OS |
무료로 HTTPS 적용하기 (Let's Encrypt)
![]() |
hooni | 2017.10.28 | 3148 |
1039 | Develop | [js] URL 파싱하기 (jQuery 안쓰고) | hooni | 2017.12.14 | 3152 |
1038 | System/OS | CentOS 에서 Cacti 설치하기 | hooni | 2015.01.02 | 3187 |
1037 | System/OS |
RPA란? 어디에 어떻게 쓰이고 누가 만드나?
![]() |
hooni | 2020.01.28 | 3209 |
1036 | PPT |
[ppt] 정보보호관리 발표내용
![]() |
hooni | 2016.11.30 | 3219 |
1035 | Develop | Aspect Oriented Programming in Objective-C | hooni | 2015.05.18 | 3257 |
1034 | System/OS |
[mac] OS X 요세미티 사용자가 많이 겪는 버그와 몇몇 불편사항
![]() |
hooni | 2015.01.04 | 3278 |