I would like to put the password in on one line when running scp in my terminal
scp user1@xxx.xxx.x.5:sys_config /var/www/dev/
Thanks for your feed back got it to work I used the sshpass tool.
sshpass -p 'password' scp user1@xxx.xxx.x.5:sys_config /var/www/dev/
scp user1:password@xxx.xxx.x.5:sys_config /var/www/dev/
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
6 months ago
viewed
334 times
active
Get the weekly newsletter!
see an example newsletter
By subscribing, you agree to the privacy policy and terms of service.