RE: {LINUX TIPS} SSH KEYS EDITION: Setting Up and Using SSH Keys for Password-Free Logins 09-21-2014, 03:28 AM
#2
This is one of my favorite features of OpenSSHd (and Dropbear).
For added security, if you're super paranoid, use these command lines for generating your keys
For added security, if you're super paranoid, use these command lines for generating your keys
Code:
ssh-keygen -t ecdsa -b 521 # for newer SSH server/client, or
ssh-keygen -t rsa -b 4096 # for older SSH server/client
PGP
Sign: F202 79C9 76F7 40BB 54EC 494F 5DEF 1D70 14C1 C4CC
Encrypt: A5B3 1B21 55E1 80AF 4C6E DE83 467B 8EFC 3DEE 681C
Auth: CD55 E8A5 1A08 2933 8BA6 BC88 D81F 1943 739A 3C47
Sign: F202 79C9 76F7 40BB 54EC 494F 5DEF 1D70 14C1 C4CC
Encrypt: A5B3 1B21 55E1 80AF 4C6E DE83 467B 8EFC 3DEE 681C
Auth: CD55 E8A5 1A08 2933 8BA6 BC88 D81F 1943 739A 3C47