Answers for "windows 10 copy ssh"

10

windows 10 copy ssh key to server

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