CoreMP135 SSH
-
Ok So Finially managed to get around to looking at the SSH issue with the CoreMP135.
The issue turns out to be with Debian itself.
The root account is heavily locked down and prevents access to ssh.
To SSH into the CoreMP135 you need to create a new user and use that user account to access the CoreMP135 with SSH. -
@ajb2k3
I usually change the /etc/ssh/sshd_config as follows:# Authentication: LoginGraceTime 120 #PermitRootLogin prohibit-password PermitRootLogin yes StrictModes yes
then you can login as the root user
-
@kuriko I will add that to my guide but you really dont want to allow root access to a device that runs on a network.
-
@ajb2k3
yes, only if you need to debug it easily -
Just been playing with SSH banner options.
!