Root access via ssh on Debian 410c

Hi,

I need root access on Debian 410c for memory lock. I saw the post of “root access via ssh on Ubuntu 410c”. I could also manually use “sudo su -” to switch to root. But it is not convenient. Does anyone know how to root access to Debian 410c directly?

Thanks

hi,

first make sure that you set your own root passwd, running the ‘passwd’ command. then you can read more here:

the key change is to make sure you have this config:

PermitRootLogin yes

Thank you very much for the information. It works!