dsa / rsa 키 생성
클라이언트 데스크탑
root@byoungguk-desktop:~# ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/root/.ssh/id_dsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_dsa.
Your public key has been saved in /root/.ssh/id_dsa.pub.
The key fingerprint is:
x:x:x:.... root@byoungguk-desktop
The key's randomart image is:
+--[ DSA 1024]----+
| |
| . |
| . + |
| . o o |
....
+-----------------+
root@byoungguk-desktop:~# cd /root/.ssh/
root@byoungguk-desktop:~/.ssh# ls -al
합계 20
drwx------ 2 root root 4096 2011-09-16 14:25 .
drwx------ 25 root root 4096 2011-09-15 11:28 ..
-rw------- 1 root root 672 2011-09-16 14:25 id_dsa
-rw-r--r-- 1 root root 612 2011-09-16 14:25 id_dsa.pub
-rw-r--r-- 1 root root 270 2010-07-23 12:28 known_hosts
파일중 id_dsa.pub 내용을 복사
접속하고자 하는 서버 계정에서 .ssh 디렉토리의 authorized_keys 파일에 추가함. 없으면 파일 만들고.
.ssh 디렉토리, authorized_keys 는 계정의 소유권으로 읽기,쓰기가능해야 한다.(0600)
접속 테스트
ssh xxx@ip
원격에서 명령 실행.
ssh xxx@ip df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/xvda2 9920624 7767680 1640876 83% /
/dev/xvda1 101086 26739 69128 28% /boot
/dev/xvda4 18034160 8734112 8383944 52% /home
tmpfs 262232 0 262232 0% /dev/shm
/dev/xvdc1 20635700 2980460 16607004 16% /data3
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5852 | 9년 전 | 607 | ||
| 5851 | 9년 전 | 537 | ||
| 5850 | 9년 전 | 388 | ||
| 5849 | 9년 전 | 300 | ||
| 5848 | 9년 전 | 292 | ||
| 5847 | 9년 전 | 291 | ||
| 5846 | 9년 전 | 272 | ||
| 5845 | 9년 전 | 293 | ||
| 5844 | 9년 전 | 310 | ||
| 5843 | 9년 전 | 407 | ||
| 5842 | 9년 전 | 301 | ||
| 5841 | 9년 전 | 1073 | ||
| 5840 |
|
9년 전 | 1192 | |
| 5839 | 9년 전 | 579 | ||
| 5838 | 9년 전 | 314 | ||
| 5837 | 9년 전 | 367 | ||
| 5836 | 9년 전 | 358 | ||
| 5835 | 9년 전 | 486 | ||
| 5834 | 9년 전 | 333 | ||
| 5833 | 9년 전 | 452 | ||
| 5832 | 9년 전 | 285 | ||
| 5831 | 9년 전 | 269 | ||
| 5830 | 9년 전 | 278 | ||
| 5829 | 9년 전 | 320 | ||
| 5828 | 9년 전 | 297 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기