ssh-keygen(1) -t rsa
authentication key generation, management and conversion
-t type
        Specifies the type of key to create.  The possible values are “rsa1” for protocol version 1 and
        “dsa”, “ecdsa” or “rsa” for protocol version 2.
source manpages: ssh-keygen