Answers for "using ssh-copy-id"

9

ssh-copy-id windows

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

ssh-keygen and ssh-copy-id

ssh-copy-id -i ~/.ssh/mykey user@host
Posted by: Guest on March-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language