cd /etc/ssh
sudo nano sshd_config
Uncomment the following lines
PubkeyAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys .ssh/authorized_keys2
Save & exit.
You can follow this topic also:
cd /etc/ssh
sudo nano sshd_config
Uncomment the following lines
PubkeyAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys .ssh/authorized_keys2
Save & exit.
You can follow this topic also:
sudo apt update sudo apt upgrade sudo apt install wget gcc g++ make flex bison openssl libssl-dev cd /usr/local/src wget https://www.direct...
No comments:
Post a Comment