Outils pour utilisateurs

Outils du site


ssh

Ceci est une ancienne révision du document !


La commande "ssh"

La page de man de ssh.

Générer une clé SSH

simon@localhost:~$ ssh-keygen -t rsa -b 8192
Generating public/private rsa key pair.

On ajoute la nouvelle clé au “ssh-agent” :

simon@localhost:~$ ssh-add .ssh/id_rsa
Could not open a connection to your authentication agent.
 
simon@localhost:~$ ssh-agent bash
 
simon@localhost:~$ ssh-add .ssh/id_rsa
Enter passphrase for .ssh/id_rsa: 
Identity added: .ssh/id_rsa (.ssh/id_rsa)

Exemples et astuces

ssh.1483793855.txt.gz · Dernière modification : 2020/08/09 12:59 (modification externe)