Answers for "copy ssh remote server"

6

copy ssh key to remote server

ssh-copy-id -i ~/.ssh/mykey.pub user@host
Posted by: Guest on May-13-2020
1

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