P r o f e s s i o n a l — M a n a g e m e n t — S o l u t i o n s
RSS icon Email icon Home icon
  • Disable Direct Root Login

    Posted on July 21st, 2008 Admin No comments

    Allowing the root user to login directly is a major security issue, we’ll show you how to disable it so you can still login as root but just not directly, reducing the security issue…

    This will force a hacker to have to guess 2 seperate passwords to gain root access. (you do have 2 seperate passwords for admin and root right?)  What happens is you’ll first need to login as your admin user in SSH, then switch to the super user with the su command to get root.
    Read the rest of this entry »

    Share/Save/Bookmark

  • OpenSSH

    Posted on July 9th, 2008 Admin No comments

    OpenSSH is one of the most useful tools available. With it, you can access systems remotely and securely, transfer files securely (using scp, sftp, or even rsync over ssh), execute single commands on remote systems, secure normally insecure services, and much more….

    Read the rest of this entry »

    Share/Save/Bookmark