Results 11 to 17 of 17
-
27th Mar 2012, 12:40 AM #11BannedWebsite'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
-
27th Mar 2012, 12:44 AM #12MemberWebsite's:
NoSeriously.org
-
27th Mar 2012, 12:53 AM #13OPDoing things differently.
-
27th Mar 2012, 12:56 AM #14BannedWebsite's:
vaporhostn.comChange the ssh port to something else.
Never heard of a dedicated server having a dynamic ip?
-
27th Mar 2012, 12:57 AM #15BannedWebsite's:
xsl.tel xsltel.comiptables -A INPUT ! -s xx.xx.xx.xx/24 --dport 22 -j DROP
this will whitelist your whole IP range
xx.xx.xx.0 - xx.xx.xx.255
or here in xsltel staff using VPN to access servers more secure tbh. 1 IP only.
-
27th Mar 2012, 01:01 AM #16BannedWebsite's:
vaporhostn.com
-
27th Mar 2012, 04:39 AM #17Member
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.24 released. Open older version (or...