Answers for "ssh-copy-id from linux to windows 10"

10

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
0

windows ssh-copy-id

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language