Answers for "ssh-copy-id other user key"

10

ssh-copy-id windows

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

ssh-copy-id

ssh-copy-id [email protected]
Posted by: Guest on September-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language