博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
could not load host key: /etc/ssh/ssh_host_rsa_...
阅读量:6684 次
发布时间:2019-06-25

本文共 733 字,大约阅读时间需要 2 分钟。

hot3.png

#ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key

Generating public/private dsa key pair.

Enter passphrase (empty for no passphrase):

Enter same passphrase again:

Your identification has been saved in /etc/ssh/ssh_host_dsa_key.

Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.

The key fingerprint is:

xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx root@localhost.localdomain

#ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key

Generating public/private rkey pair.

Enter passphrase (empty for no passphrase):

Enter same passphrase again:

Your identification has been saved in /etc/ssh/ssh_host_rsa_key.

Your public key has been saved in /etc/ssh/ssh_host_dsa_rey.pub.

 

重启ssh,完成

转载于:https://my.oschina.net/aiguozhe/blog/63370

你可能感兴趣的文章
Lgame引擎学习
查看>>
Springboot学习07-数据源Druid
查看>>
java中的伪泛型---泛型擦除(不需要手工强转类型,却可以调用强转类型的方法)...
查看>>
outlook 2016 for windows 每次刷新发送接收邮件会弹出登陆界面
查看>>
C++数组和指针
查看>>
提高网站页面加载速度的黄金守则
查看>>
用JavaMail通过QQ邮箱来发送邮件(第一篇博客,备忘)
查看>>
搜索引擎网站收录地址大全(转载)
查看>>
JQ:命令行 json 解析神器 —— 命令行的Jsonview
查看>>
java常用api
查看>>
乘积最大
查看>>
input、textarea、div(contenteditable=true)光标定位到最后
查看>>
实现本页面跳转的几种方式
查看>>
侧栏悬浮窗
查看>>
The Beginning
查看>>
DB2 月份的最后一天
查看>>
Linuxドライバ_LDD3メモ_カーネルにおけるデータの型
查看>>
JAVA_连接池、DataSource、JNDI
查看>>
background-size搭配transition实现鼠标hover背景图放大问题
查看>>
安卓UI测试(基于Android Studio的Espresso框架)
查看>>