| Author |
Message |
genode
Joined: 22 Feb 2006
Posts: 17
|
| Posted: Sun Feb 26, 2006 9:10 pm Post subject: What's the best way to start using a linode VPS? |
|
|
I'm mostly concerned with security, as I have been hacked in the past and don't want it to happen again.
I'm thinking of getting a Linode (when available :) ), putting Gentoo on it, and then just building it up over time, as I get time. I may not get to completely securing it for a while after I get it.
I wonder if the default Linode Gentoo install is secure enough to just sit there? Or do I need to immediately secure it. Does it have any insecure running services? Does it have any security protection? Perhaps it's secure because it has no services at all, or just sshd?
Thanks. |
|
| Back to top |
|
GaveUp
Joined: 03 Feb 2006
Posts: 15
|
| Posted: Mon Feb 27, 2006 4:02 am Post subject: |
|
|
| First thing I'd do is setup a firewall and lock the node down. Personally, I like arno's firewall scripts to make it quick and painless. |
|
| Back to top |
|
unixfool
Joined: 08 Apr 2004
Posts: 61
Location: VA
|
| Posted: Wed Mar 15, 2006 8:11 pm Post subject: |
|
|
GaveUp wrote: First thing I'd do is setup a firewall and lock the node down. Personally, I like arno's firewall scripts to make it quick and painless.
I've run my node without a firewall for over a year without any security issues whatsoever, although I did do some non-FW hardening, such as turning off all unneeded services, implemented hosts.allow, and using ssh key pairs.
Only recently have I started using IPTables and I also use Arno's FW script. I love it so much that I took the time to email and thank him for such a great tool. |
|
| Back to top |
|
Beek
Joined: 30 Mar 2005
Posts: 10
|
| Posted: Fri Mar 24, 2006 12:17 am Post subject: |
|
|
| The first thing to do is secure ssh - change the port, use private keys, or set up AllowUsers. |
|
| Back to top |
|
| |