Answers for "linux scp with password"

2

linux scp with password

sshpass -p "password" scp -r [email protected]:/some/remote/path /some/local/path
Posted by: Guest on October-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language