View Single Post
  #3 (permalink)  
Old 06-22-09, 08:00
Amelia Amelia is offline
Moderator
 
Join Date: Mar 2009
Posts: 493
Default

Quote:
Originally Posted by userdan View Post
Hello. Can one set it so that SSH access is restricted to just my IP or IP range? Call me paranoid, but I don't want to take the risk of someone else logging in to my server if they somehow manage to get a hold of my SSH login details.
Yes that can be done. You can allow/restrict IP's using hosts.allow and hosts.deny file.

/etc/hosts.allow
/etc/hos.deny

If you are not sure on how to do this, you can contact your hosting provider.
Reply With Quote