Translate

Use categories on the left bar

For orientation in my website, please use a left menu bar with category/subcategory list

Linux - cannot login via ssh

Today I met interesting thing... I get a unkown linux I can login from console (vmware), but via SSH not...
Allowing root to connect via SSH wasn't hard.
/etc/ssh/sshd.conf:
comment this line:
DenyUsers root

and change from no to yes
PermitRootLogin no

only thing which works (allow other user then root) to login via ssh was specifed allow groups to login
AllowGroups team.admins

No comments:

Post a Comment