Summary:
--------
Generate RSA private and public key on ubuntu from ssh.
Step 1:
-------
open terminal enter the following command
$ ssh-keygen -t rsa
Step 2:
-------
It will ask some passphrase we can add if require more secure key
Step 3:
-------
You can view your system public key
$ cat ~/.ssh/id_rsa.pub
--------
Generate RSA private and public key on ubuntu from ssh.
Step 1:
-------
open terminal enter the following command
$ ssh-keygen -t rsa
Step 2:
-------
It will ask some passphrase we can add if require more secure key
Step 3:
-------
You can view your system public key
$ cat ~/.ssh/id_rsa.pub
No comments:
Post a Comment