Silently creates a 2048-bit RSA key in the file at ~/.ssh/id_rsa, with no passphrase

$ ssh-keygen -b 2048 -t rsa -f ~/.ssh/id_rsa -q -N ''

Comments