|
SSH, DSA and RSA
Hello all,
I am using SSH as a safe remote control tool. And I would like to use ssh-keygen to generate a private and public key
ssh-keygen will generate a rsa key
ssh-keygen -d will generate a dsa key
can anyone tell me the difference between rsa and dsa?
|