Change Default SSH Port Number

SSH Command line

By default, SSH runs on port 22, and most scripts attack that port by brute force to attempt to gain access to your server. One way to stop script kiddies from brute forcing your SSH server so often is by changing the default port that OpenSSH uses. You must remember this port number and change all your connections that use SSH to the new port number. Continue reading “Change Default SSH Port Number”

DigitalOcean VPS Hosting Review

I have been using DigitalOcean for nearly 6 months now to host my websites and online services. They are a premium Virtual Private Hosting provider that offers many types of configurations in many geographic regions. In 55 seconds, you can have a VPS created and up and running with you ready to login and start hosting. DigitalOcean has many features to offer and they are always expanding on their features:

Continue reading “DigitalOcean VPS Hosting Review”

Your own IPSEC VPN in about 3 minutes using Digital Ocean

I have been wanting to setup my own IPSEC VPN for a while now to have a little bit of encryption from my network to the internet.  I found a good hosting provider for the VPN because it is so cheap ($5.00 a month) – Digital Ocean, then I realized that they only charge by the hour as long as you destroy the VPS. The VPN took about 30 minutes to setup. After a few times, I realized that I could turn this into a quick script. So now I can setup a VPS with a secure VPN in about two minutes, destroy it when I am done and only get charged a few pennies for having it. Here is how I do it. Please keep in mind that this has no warranty – if it melts down your server, sorry – but it hasn’t melted mine down yet!

Continue reading “Your own IPSEC VPN in about 3 minutes using Digital Ocean”