赞
踩
# 发起远程机器上操作
$ ssh-keygen -t rsa
$ chmod 600 ~/.ssh/id_rsa
$ chmod 600 ~/.ssh/id_rsa.pub
$ chmod 644 ~/.ssh/known_hosts
$ chmod 755 ~/.ssh
# 目标机器上操作
$ cd ~/.ssh/
$ vim authorized_keys # 发起远程机器的 id_rsa.pub 文件内容拷贝到这里
$ chmod 644 ~/.ssh/authorized_keys
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。