Answers for "ssh-keygen scp without 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
8

scp with ssh key

scp -i ~/.ssh/id_rsa.pub FILENAME USER@SERVER:/home/USER/FILENAME
Posted by: Guest on March-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language