363 B
363 B
up::terminal commandes, ssh
title:: "cd ~/.ssh
", "ssh-keygen -o
", "cat ~/.ssh/id_rsa.pub
"
#informatique
Getting the keys
- Private :
cat ~/.ssh/id_rsa
(sometimesid_dsa
) - Public :
cat -/.ssh/id_rsa.pub
(sometimesid_dsa.pub
)
Generating a pair of keys
- in the
~/.ssh
directory - using the
ssh-keygen -o
command