# PowerShell Script # Note: this appends the key to authorized_keys, doesn't overwrite it type $env:USERPROFILE.sshid_rsa.pub | ssh {IP-ADDRESS-OR-FQDN} "cat >> .ssh/authorized_keys"