"리눅스 ssh-keygen"의 두 판 사이의 차이

(새 문서: ;리눅스 ssh-keygen ;/usr/bin/ssh-keygen ==예시== <source lang='dos'> [root@jmnote ~]# ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/ro...)
 
8번째 줄: 8번째 줄:
Enter file in which to save the key (/root/.ssh/id_rsa):  
Enter file in which to save the key (/root/.ssh/id_rsa):  
</source>
</source>
:{{Enter}}
<source lang='dos'>
<source lang='dos'>
Enter passphrase (empty for no passphrase):  
Enter passphrase (empty for no passphrase):  
Enter same passphrase again:  
Enter same passphrase again:  
</source>
</source>
:암호 2번 입력
<source lang='dos'>
<source lang='dos'>
Your identification has been saved in /root/.ssh/id_rsa.
Your identification has been saved in /root/.ssh/id_rsa.
35번째 줄: 37번째 줄:
-rw-r--r-- 1 root root  390 Sep  4 14:25 /root/.ssh/id_rsa.pub
-rw-r--r-- 1 root root  390 Sep  4 14:25 /root/.ssh/id_rsa.pub
</source>
</source>
==참고 자료==
==참고 자료==
*http://ebroder.net/2010/01/18/ssh-keygen-randomart/
*http://ebroder.net/2010/01/18/ssh-keygen-randomart/


[[분류: SSH]]
[[분류: SSH]]

2014년 9월 4일 (목) 14:24 판

리눅스 ssh-keygen
/usr/bin/ssh-keygen

1 예시

[root@jmnote ~]# ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Enter
Enter passphrase (empty for no passphrase): 
Enter same passphrase again:
암호 2번 입력
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
20:e9:b0:5b:5a:2b:ad:e8:4d:e4:b3:a0:32:49:2d:97 evan
The key's randomart image is:
+--[ RSA 2048]----+
|                 |
|     .           |
|  . o .          |
|   + . .         |
|  o.=   S        |
| ooE .           |
|.o*+o            |
|=.+oo            |
|=o.o             |
+-----------------+
[root@jmnote ~]# ll /root/.ssh/id_rsa*
-rw------- 1 root root 1743 Sep  4 14:25 /root/.ssh/id_rsa
-rw-r--r-- 1 root root  390 Sep  4 14:25 /root/.ssh/id_rsa.pub

2 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}