Using SSH keys in Linux/en: Difference between revisions

Importing a new version from external source
(Importing a new version from external source)
(Importing a new version from external source)
Line 37: Line 37:
  ssh -i /home/ubuntu/.ssh/id_rsa USERNAME@ADDRESS
  ssh -i /home/ubuntu/.ssh/id_rsa USERNAME@ADDRESS


/home/ubuntu/.ssh/id_rsa identifie le fichier de la clé privée; USERNAME est le nom d'utilisateur sur le serveur; et ADDRESS l'adresse du serveur.
where <code>/home/ubuntu/.ssh/id_rsa</code> specifies your private key file and <code>USERNAME</code> is the user name on the remote machine, and <code>ADDRESS</code> is the address of the remote machine.
1,221

edits