Answers for "windows 10 copy ssh key to server"

8

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
0

copy ssh key directly window

Get-Content ~/.ssh/id_rsa.pub | Set-Clipboard
Posted by: Guest on May-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language