Ssh

Poor man's VPN connection
- Tony Mattke
- Security
- 2 min read
Have you ever needed to access a site that had an IP restriction, or one inside your remote network? Recently I need to access a customers remote monitoring site, but its …

Securing SSH against bruteforce attacks
- Tony Mattke
- Security
- 2 min read
This is one of the methods I’ve used in the past to secure a Linux host against brute force ssh attacks. While its not a perfect method, it does a good job of preventing 100s of …

SSH Wrapper Script
- Tony Mattke
- Automation & tools
- 1 min read
Ok — this is my first script that I’m posting here. Its a VERY simple ssh wrapper script that you can place in your path, preferably in ~/bin bash #!/bin/bash …