Activity Stream
48,167 MEMBERS
63194 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 10 of 17

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member
    Website's:
    Nerdy-Tutorials.com Mp3viddown.com Filmlab.eu
    have you ever heard of a guy named NewEraCracker? he is good.
    ibby Reviewed by ibby on . Secure a server? How much would a general "Securing a server" going to cost? OR is it fairly simple with just afew lines via ssh? The server it self, users won't be able to login via ssh btw. Let me know please, it might come in handy for some users here. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    vaporhostn.com
    Quote Originally Posted by ibby View Post
    have you ever heard of a guy named NewEraCracker? he is good.
    He mainly does windows servers he is not a linux techy.

    As for GeeZus this is something you can easily do yourself.

    Learn deny and allow in iptables since you are using ubuntu.

    First edit /etc/ssh/sshd_config to listen only on your server ip address

    deny all traffic
    Code: 
    iptables -A INPUT -p tcp -s 0/0 --sport 513:65535 -d ser.ver.ip.here --dport 22 -m state --state NEW,ESTABLISHED -j DROP
    Accept from only your ip
    Code: 
    iptables -A INPUT -s ! you.r.i.p -p tcp -m --dport 22 -j ACCEPT
    edit: XSLTel pulled out a one liner well what he said should work.

  4.     
    #3
    Member
    Website's:
    NoSeriously.org
    Quote Originally Posted by ibby View Post
    have you ever heard of a guy named NewEraCracker? he is good.
    As James said, NEC deals with Windows mainly.


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to Totally Optimise and Secure your Linux server
    By Ifirst in forum Server Management
    Replies: 0
    Last Post: 24th Sep 2012, 06:59 PM
  2. Secure your server against PHP Shells
    By Kw3rLn in forum Tutorials and Guides
    Replies: 6
    Last Post: 28th Oct 2011, 05:54 PM
  3. Secure a server?
    By Jesshost in forum Hosting Discussion
    Replies: 3
    Last Post: 11th Aug 2011, 07:21 PM
  4. Netherlands Upload Server - Secure?
    By ph0g in forum File Host Discussion
    Replies: 0
    Last Post: 6th Jun 2011, 07:59 PM
  5. How To Secure&Optimize A cPanel Server! [Full of information]
    By NationWebHost in forum Technical and Security Tutorials
    Replies: 6
    Last Post: 4th Jul 2010, 10:09 PM

Tags for this Thread

BE SOCIAL