标签:bt5 linux
1.启动ssh服务
root@linuck:/#/etc/init.d/ssh start
2.生成密钥KEY
root@linuck:/#ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
root@linuck:/#ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
root@linuck:/#sshd-generate
标签:bt5 linux
原文地址:http://zhanglijun.blog.51cto.com/856512/1641238