IP Banlist with Automagic Updating
Posted by: Eric Hansen
First let me start off by saying that this can be used for iptables with some minor tweaking, but I chose to implement this using...
First let me start off by saying that this can be used for iptables with some minor tweaking, but I chose to implement this using...
For a good couple of years now I've wondered if there was a way to write an authentication system in PHP that utilized SSH instead of the widely-breakable database and flatfile methods. After doing some research I found its possible after installing a PHP extension. This guide will detail the...
I've mentioned a good couple of times here on how to set up SSH key authentication, as well as some benefits to it. But, I was always wondering how (and if) I could make it more automated. Then it hit me, there's always ssh-keygen's wonderful man pages! A good hour or two later, I've come up...
When I was working at Ford, you were put behind a proxy. The idea intrigued me, as it was able to handle so many connections at once. Since then, I've been thinking of different ways to...
I've been trying to figure out for a little bit now how to do use the previously written Two Factor Authentication via SSH article for logging into my system directly. While it's probably the...
Security and smart phones, a great combination when used in the right situations. A while ago, Google released their two-factor authentication mechanism, as well as released software to run on iPhones, Blackberries, and of course Android. Since they released this, I was wondering how long it'd...
In the IT world lately there's been a lot of buzz about VPN, and how to effectively use it for remote administration. During this time, it seems a lot of people are forgetting the roots of remote administration (at least within the last few years), when VPN was just starting to get recognized...
In the last part, there was a lot of planning, and preparation, for setting up SSH to use certificates instead of passwords to authenticate a user. Now comes the configuration and trial-and-error portion. First thing I'm going to cover is the sshd_config file (config file for the SSH daemon),...
To kick start a new life into this blog, I have decided to venture into the realm of SSH security. Going through the troubles I've experienced so far in securing my own SSH server, providing tips along the way. This first part is going to probably be one of the more boring parts (read:...
