728x90
1. SSH Key 생성
: ssh-keygen -t rsa
(1) 키를 저장할 경로 : /root/.ssh/id_rsa
(2) passphrase(추가로 사용할 암호, 기본값 없음)
(3) passphrase 확인
특별한 이유가 없다면 변경하지 않고 Enter 3번!
2. SSH Key 등록
: touch ~/.ssh/authorized_keys (authorized_keys 파일 생성)
: chmod 755 ~/.ssh/authorized_keys (읽기 쓰기 권한 설정)
3. id_rsa.pub 내용을 authorized_keys 에 복사
728x90
반응형
'개발' 카테고리의 다른 글
[linux] DB datetype 오류 (locale 설정 확인) (0) | 2022.11.02 |
---|---|
An internal error occurred during Error (0) | 2022.09.01 |
eclipse indigo git 설치 (0) | 2022.08.12 |
Eclipse Missing node.js 에러 처리 방법 (0) | 2022.08.11 |
import 안될 때 add library (0) | 2022.08.11 |