Answers for "ssh-copy-id file"

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 specific file

ssh-copy-id [-f] [-n] [-i identity file] [-p port] [-o ssh_option] [user@]hostname
Posted by: Guest on November-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language