sshpass+scp
Posted 一只菜菜鸟
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sshpass+scp相关的知识,希望对你有一定的参考价值。
sshpass -p "passwd" scp -o StrictHostKeyChecking=no -P 22 root@192.168.1.1:/file /home/bak/file
密码以明文方式连接
sshpass
-f passwdfile scp -o StrictHostKeyChecking=no -P 22 root@192.168.1.1:/file /home/bak/file
密码从文件内容读取连接
以上是关于sshpass+scp的主要内容,如果未能解决你的问题,请参考以下文章