Answers for "ssh-copy-id windows10"

8

ssh-copy-id windows10

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language