Tag Archive: SSH key

Mar
29

How to create SSH key

Creation of SSH public and private key To create an SSH key, you make use of the ssh-keygen program as follows: root@server [~]# ssh-keygen -t rsa -b 1024 Now it will ask a few details and finally ask to enter a secret pass phrase. After you have entered the pass phrase, it will generate two …

Continue reading »