VIDEO TUTORIAL




# sudo su

# nano /etc/ssh/sshd_config

- Search and change #PermitRootLogin prohibit-password to PermitRootLogin yes

- Search and Change #PasswordAuthentication no to PasswordAuthentication yes

Then Save by Pressing the button CTRL + X = Y + ENTER

# nano /etc/ssh/sshd_config.d/*

- Change PasswordAuthentication no to PasswordAuthentication yes

# sudo systemctl restart ssh

# passwd

- Create Password or copy password and Right Click

Example Password : Webservers200292

Was this answer helpful? 0 Users Found This Useful (0 Votes)