Results 1 to 10 of 17
Hybrid View
-
27th Mar 2012, 12:40 AM #1BannedWebsite's:
vaporhostn.comHe 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
Code:iptables -A INPUT -s ! you.r.i.p -p tcp -m --dport 22 -j ACCEPT
well what he said should work.
JamesVaporH Reviewed by JamesVaporH 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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to Totally Optimise and Secure your Linux server
By Ifirst in forum Server ManagementReplies: 0Last Post: 24th Sep 2012, 06:59 PM -
Secure your server against PHP Shells
By Kw3rLn in forum Tutorials and GuidesReplies: 6Last Post: 28th Oct 2011, 05:54 PM -
Secure a server?
By Jesshost in forum Hosting DiscussionReplies: 3Last Post: 11th Aug 2011, 07:21 PM -
Netherlands Upload Server - Secure?
By ph0g in forum File Host DiscussionReplies: 0Last Post: 6th Jun 2011, 07:59 PM -
How To Secure&Optimize A cPanel Server! [Full of information]
By NationWebHost in forum Technical and Security TutorialsReplies: 6Last Post: 4th Jul 2010, 10:09 PM
themaCreator - create posts from...
Version 3.48 released. Open older version (or...