how To configure the public key on the server:

11:03 AM
To configure the public key on the server:




$ cd ~
$ mkdir .ssh
$ chmod 700 .ssh
$ cat id_dsa.pub > .ssh/authorized_keys2
$ chmod 600 ~/.ssh/authorized_keys2

0 Comments