While generating ssh keys, I usually use RSA type since it can be used to generate 2048 bits key, while DSA is restricted to exactly 1024 bits.
ssh-keygen -t rsa -b 2048
opensshssh keygen RSA versus DSASubmitted by sandip on Fri, 05/06/2011 - 10:55While generating ssh keys, I usually use RSA type since it can be used to generate 2048 bits key, while DSA is restricted to exactly 1024 bits. ssh-keygen -t rsa -b 2048 »
Verifying SSH Key FingerprintSubmitted by sandip on Thu, 01/01/2009 - 21:02If you've been given a public ssh host key and want to verify it before adding it permanently to your ssh known_hosts file: Get the public ssh key: $ ssh-keyscan -p 22 -t rsa,dsa {remote_host} > /tmp/ssh_host_rsa_dsa_key.pub Get the ssh key fingerprint: $ ssh-keygen -l -f /tmp/ssh_host_rsa_dsa_key.pub Checking Ubuntu Servers for openssh and openssl vulnerable keysSubmitted by sandip on Sun, 06/22/2008 - 21:33
# apt-get update # apt-get install openssh-blacklist openssl-blacklist # ssh-vulnkeys -a # openssl-vulnkeys *.key *.pem Note: Plesk specific ssl certs are stored at "/opt/psa/var/certificates/" »
|
User loginRecent blog posts
Who's onlineThere are currently 0 users and 6 guests online.
|