Skip to content
EntityQ7586641· pop 6· linked from 123 articles

ssh-keygen

Sign in to save

ssh-keygen is a standard component of the Secure Shell (SSH) protocol suite found on Unix, Unix-like and Microsoft Windows computer systems used to establish secure shell sessions between remote computers over insecure networks, through the use of various cryptographic techniques. The ssh-keygen utility is used to generate, manage, and convert authentication keys.

~5 min read

Article

8 sections
Contents
  • Overview
  • Key formats supported
  • Command syntax
  • Files used by the ssh-keygen utility
  • SSH protocol version 2
  • SSH protocol version 1
  • References
  • External links

ssh-keygen is a standard component of the Secure Shell (SSH) protocol suite found on Unix, Unix-like and Microsoft Windows computer systems used to establish secure shell sessions between remote computers over insecure networks, through the use of various cryptographic techniques. The ssh-keygen utility is used to generate, manage, and convert authentication keys.

==Overview== ssh-keygen is able to generate a key using one of three different digital signature algorithms. With the help of the ssh-keygen tool, a user can create passphrase keys for any of these key types. To provide for unattended operation, the passphrase can be left empty, albeit at increased risk. These keys differ from keys used by the related tool GNU Privacy Guard.

Available in 5 languages

via Wikidata sitelinks · CC0

Connections

Categories