Disable Direct Root Login and User Access via SSH to Server

Everybody knows, including hackers and attackers that all Linux and UNIX flavored systems come with a all powerful root user account, which once get compromised, mean all hell breaks loose. So it’s a good security practice to disable the ability for root user to able to login and gain access to the server system via SSH directly (of course, the system must have disabled FTP access). After disabling direct root SSH remote login, the chance for the brute force hacking to success is greatly reduced.

To turn off and disable direct root SSH login, follow this simple tutorial:

IMPORTANT: Make sure you have another account (preferably belongs to wheel user group too) which is able to login via SSH remotely, and able to SU to root user account. Else you risk been locked out from your server.

  1. SSH into server and login as root.
  2. In command shell, use pico or vi to edit sshd_config file by typing one of the following commands:

    pico /etc/ssh/sshd_config
    vi /etc/ssh/sshd_config

  3. Scroll down the SSH server configuration file and locate a line like below:

    #PermitRootLogin yes

  4. Uncomment the line by removing the hash symbol (#), and then change the “yes” to “no”. The final line should look like below:

    PermitRootLogin no

  5. Save the config file. In pico, press Ctrl-o, follow by Ctrl-x. In vi, type :wq and press Enter.
  6. Restart SSH server by typing the following command in command line, and press Enter:

    /etc/rc.d/init.d/sshd restart

  7. Logout from SSH connection. Try to login as root, it should fail with Access denied error. To access root account, login with your own user name and password, and then SU to root.

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. To receive notification of latest comments posted, subscribe to My Digital Life Comments RSS feed or register to receive new comments in daily email digest.
Custom Search

New Articles

Incoming Search Terms for the Article

linux disable remote root login - how to disable root login on ssh server - disable remote root login linux - freebsd disable root login - disable root login unix - ssh root login disable - linux disable root - iphone disable ssh daemon - allow remote root login linux - allow root to login remotely on linux - linux no root login - disable linux root - disable remote log in - freebsd how to prevent root login ssh - how to disable ssh on freebsd - how to disable remote root logins - How do you disable Remote root login in Linux - linux disable root login - linux disable remote ssh root access - no root login linux - no root login in linus - remove root ssh login - root login access denied linux - sshd disable remote root login - sshd disable users - unix disable root access - disable remote login root - disable root login via ssh - disable root user - disable root login+linux - disable root remote login linux - disabling root account freebsd - freebsd access denied as root user - linux disallow ssh user - linux disable root remote login - linux disable root shell access - linux remove remoter access for root - ssh enable remote root - suse disable root ssh login remote - direct access server linux - disable root login ssh - freebsd ssh login root - granting user access to SSH - linux user disable ssh - linux disable remote access for an account - root should be disabled to login remotely - linux root login disable - linux configure no root login - disable direct root access - sshd disable root remote debian -