enable ssh password authentication

vim /etc/ssh/sshd_config
#place below at end of file

PasswordAuthentication yes

##Enable root login

vim /etc/ssh/sshd_config

#PermitRootLogin without-password
PermitRootLogin yes

No comments:

Post a Comment