Answers for "copy ssh keys to remote server windows 10 openSSH"

8

copy ssh keys to remote server windows 10 openSSH

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

copy ssh key to remote server

ssh-copy-id -i ~/.ssh/mykey.pub user@host
Posted by: Guest on May-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language