Reformatted pages once more

This commit is contained in:
Ruben Vereecken
2016-01-13 12:04:46 +01:00
parent c9d0ed3e16
commit 9676334119
16 changed files with 61 additions and 61 deletions

View File

@@ -1,19 +1,19 @@
# ssh-keygen
> Generate ssh keys user for authentication, password-less logins, and other things
> Generate ssh keys user for authentication, password-less logins, and other things.
- generate a key interactively
- Generate a key interactivel:
`ssh-keygen`
- generate a DSA 2048 bit (default) key
- Generate a DSA 2048 bit (default) ke:
`ssh-keygen -t dsa`
- generate an RSA 4096 bit key with your email as a comment
- Generate an RSA 4096 bit key with your email as a commen:
`ssh-keygen -t rsa -b 4096 -C "{{email}}"`
- Retrieve the key fingerprint from a host (useful for confirming the authenticity of the host when first connecting to it via SSH)
- Retrieve the key fingerprint from a host (useful for confirming the authenticity of the host when first connecting to it via SSH:
`ssh-keygen -l -F {{remote_host}}`