标题:
[问题求助]
SCP 如何将密码直接输入在命令中,没有交互过程
[打印本页]
作者:
wjrawlinson
时间:
2017-1-14 11:38
标题:
SCP 如何将密码直接输入在命令中,没有交互过程
SCP 如何将密码直接输入在命令中,没有交互过程,如下:
#!/bin/bash
# Rest configuration
read -p "please input Agile Controller IP address:" ac_ip
echo $ac_ip
acRest_path="/opt/AC"
eSightRest_path="/opt/oneKey"
rootPWD="Changeme_123"
echo $rootPWD | scp root@$ac_ip
acRest_path/aaa.txt $eSightRest_path/
sudo chown ossuser
ssgroup $eSightRest_path/aaa.txt
chmod 600 $eSightRest_path/aaa.txt
上面代码还是会跳出出入密码的界面,求各位大神帮忙看看!
作者:
GNU
时间:
2017-1-14 12:17
方法1:建立ssh信任,以后scp的时候就不需要密码了。
方法2:安装 sshpass 然后:sshpass -p $rootPWD scp xxx
作者:
wjrawlinson
时间:
2017-1-14 13:48
方法1:建立ssh信任,以后scp的时候就不需要密码了。
-----怎么建立ssh信任?
作者:
GNU
时间:
2017-1-14 14:22
回复
3#
wjrawlinson
建立ssh信任
百度为您找到相关结果约187,000个
作者:
codegay
时间:
2017-1-16 09:09
使ssh不用输入密码(脚本执行scp)
http://blog.itpub.net/271283/viewspace-983189/
欢迎光临 批处理之家 (http://bbs.bathome.net/)
Powered by Discuz! 7.2