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:
mysql -umyUserName -paVeryStrongPassword show databases; use myWordpressDB; SELECT ID, user_login, user_pass FROM wp_users; UPDATE wp_user...
No comments:
Post a Comment