Answers for "copy ssh key with command"

3

copy my ssh key

clip < ~/.ssh/id_rsa.pub
Posted by: Guest on April-13-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