摘要: https://www.cnblogs.com/kevingrace/p/5972563.html Client上使用rsync命令查看服务器上文件列表rsync --list-only -e "ssh -l root" lisi@172.16.10.6::tmpdirClient上使用rsync命 阅读全文
posted @ 2019-04-09 17:57 Mr.peter 阅读(106) 评论(0) 推荐(0)
摘要: ftp 阅读全文
posted @ 2019-04-09 17:48 Mr.peter 阅读(126) 评论(0) 推荐(0)
摘要: 1.Client端执行如下命令,全程不需要输入任何东西 ssh-keygen -t rsa 2.拷贝Client上生成的公钥到服务器 scp -p /root/.ssh/id_rsa.pub root@250.250.250.250:/root/.ssh/ 3.把client公钥信息保存到autho 阅读全文
posted @ 2019-04-09 15:43 Mr.peter 阅读(175) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/d311a1bc18aa?tdsourcetag=s_pcqq_aiomsg 阅读全文
posted @ 2019-04-09 13:04 Mr.peter 阅读(171) 评论(0) 推荐(0)