Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I was under the impression that connecting as root via ssh was a bad idea in general, ie. that it was better to connect as an unprivileged user and then su. What are your thoughts on that?


I always disable remote root login and password authentication. Then I create purpose-specific remote users with sudo access only to the commands they need (and never access to sudo su). This is not only more security-conscious in my mind, but also allows me to just drop a friend or coworker's public key in the authorized_keys file for a certain user to allow that person to perform the function that user was purposed for (for instance, when I'm on vacation).


Ok, or any other user account then - you're right you should disable root login, I was just using it as example




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: