What would be the command to generate a RSA key pair?

Using RSA or DSA key pairs in OpenSSH can provide the ability to login to remote machines without providing a password by using the ssh-agent program. What would be the command to generate a RSA key pair?

Using RSA or DSA key pairs in OpenSSH can provide the ability to login to remote machines without providing a password by using the ssh-agent program. What would be the command to generate a RSA key pair?

A.
ssh-keygen -t rsa

B.
ssh-makekey -t rsa

C.
ssh-agent -t rsa

D.
ssh -t rsa



Leave a Reply 0

Your email address will not be published. Required fields are marked *