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