[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] Admin SSH



> Pardon my simple question. I've just installed the SSH pkg from
> pkgmaster.com and disabled Telnet to my Qube 3. But I noticed that in the
> Qube's Telnet option you can allow only administrator login. How do you do
> this with SSH?
It is already that way by default. Check your /etc/passwd and you will
notice that
users have /bin/usersh while root has /bin/bash

If you want to keep telnet disabled, only admin access + 1 user loggin vis
ssh you can replace /bin/usersh with /bin/bash for that user.

Audric