Answers for "ssh keys copy remote server"

10

copy ssh keys to remote server windows 10 openSSH

type $env:USERPROFILE\.ssh\id_rsa.pub | ssh {IP-ADDRESS-OR-FQDN} "cat >> .ssh/authorized_keys"
Posted by: Guest on August-31-2020
2

copy ssh remote server

scp -r /path/to/local/dir user@remotehost:/path/to/remote/dir
Posted by: Guest on May-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language