Open main menu

Changes

User:Troels Emtekær Linnet

275 bytes added, 21:18, 26 November 2015
}}
The Then load your keyand copy the content the public-key to clipboard
<source lang="bash">
tlinnet@linmac:~$ ssh-add $HOME/.ssh/id_sage
<source lang="bash">
tlinnet@linmac:~$ ssh-add -l
</source>
 
Then copy the content of the public key to clipboard
<source lang="bash">
cat $HOME/.ssh/id_sage.pub
# On mac
cat $HOME/.ssh/id_sage.pub | pbcopy
# On linux
cat $HOME/.ssh/id_sage.pub | xclip -selection CLIPBOARD
</source>