Still cannot get it to work
Edit /etc/ssh/sshd_config:
sudo nano /etc/ssh/sshd_config
and this is what i found as default
# Authentication:
LoginGraceTime 120
PermitRootLogin without-password
StrictModes yes
so i added PermitRootLogin yes and # commeted out PermitRootLogin without-password
# Authentication:
LoginGraceTime 120
without-password
PermitRootLogin yes
StrictModes yes
and i've tried loads of different logins and just cannot get in as root..
Edit /etc/ssh/sshd_config:
sudo nano /etc/ssh/sshd_config
and this is what i found as default
# Authentication:
LoginGraceTime 120
PermitRootLogin without-password
StrictModes yes
so i added PermitRootLogin yes and # commeted out PermitRootLogin without-password
# Authentication:
LoginGraceTime 120
without-password
PermitRootLogin yes
StrictModes yes
and i've tried loads of different logins and just cannot get in as root..