摘要:
首先在本地生成一对rsa密钥:(1)localuser@localbox:~$ ssh-keygen -t rsa把公钥拷到远程机器:localuser@localbox:~$ scp ~/.ssh/id_rsa.pub remoteuser@remotebox:~/ 传统方式远程过去:localuser@localbox:~$ ssh -l remoteuser remotebox添加密钥:(2... 阅读全文
posted @ 2009-04-14 10:01 wanderxjtu 阅读(314) 评论(0) 推荐(0)