ssh access from windows to linux by putty.
摘要:
# vi /etc/ssh/sshd_config RSAAuthentication yes PubkeyAuthentication yes AuthorizedKeysFile .ssh/authorized_keys PasswordAuthentication no /etc/init.d/sshd restartLet's take user "jmbkeyes" as an example.1. linux server install openssl, create .ssh directory in /home/jmbkeyes/, and gra 阅读全文
posted @ 2013-02-06 16:23 jmbkeyes 阅读(232) 评论(0) 推荐(0)