ssh-keygen: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "category:Linux commands ==About== ssh-keygen is a Linux command for generating ssh keys. Just typing the command without any arguments will generate a new key in..."
 
links, int & ext
Line 1: Line 1:
[[category:Linux commands]]
[[category:Linux commands]]
==About==
==About==
[[ssh-keygen]] is a Linux command for generating [[ssh]] keys.
[[ssh-keygen]] is a [[Linux command]] for generating [[ssh]] keys.


Just typing the command without any arguments will generate a new key in <code>~/.ssh/id_rsa</code> (a prompt offers to let you change this), with an optional passphrase (also queried by prompt).
Just typing the command without any arguments will generate a new key in <code>~/.ssh/id_rsa</code> (a prompt offers to let you change this), with an optional passphrase (also queried by prompt).


It can also be used to remove conflicting entries from the <code>.known-hosts</code> file.
It can also be used to remove conflicting entries from the <code>.known-hosts</code> file.
==Pages==
* {{l/manpage}} for this system
==Links==
* {{wikipedia}}

Revision as of 19:21, 23 October 2019

About

ssh-keygen is a Linux command for generating ssh keys.

Just typing the command without any arguments will generate a new key in ~/.ssh/id_rsa (a prompt offers to let you change this), with an optional passphrase (also queried by prompt).

It can also be used to remove conflicting entries from the .known-hosts file.

Pages