Answers for "copy ssh key to new computer"

3

how to copy ssh key

ssh-copy-id -i ~/.ssh/mykey user@host
Posted by: Guest on March-06-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