Answers for "scp HostKeyVerification=false"

0

scp HostKeyVerification=false

scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r $source $user@$host:$destination
Posted by: Guest on May-21-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language