- 论坛徽章:
- 0
|
用如下命令,结果 却没有 /home/oracle/.ssh/id_rsa这个文件, 但是用dsa可以
[oracle@~/kamus/rsa-dsa]$ ssh-kengen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/oracle/.ssh/id_rsa): liuqf_rsa
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in liuqf_rsa.
Your public key has been saved in liuqf_rsa.pub.
The key fingerprint is:
da:9b:cc:68:8c:ff:75:cb:20:f1:11:18:2d:3d:22:ef oracle@ora10g
[oracle@~/kamus/rsa-dsa]$ ls -l /home/oracle/.ssh/id_rsa
ls: /home/oracle/.ssh/id_rsa: No such file or directory |
|