openssh

Two-factor SSH authentication via Google secures Linux logins

Last week’s TechMail was Two-factor SSH authentication via Google secures Linux logins which talks about using Google two-factor authentication with SSH (and PAM in general). I really like it and it works quite well although the comments in the TechMail indicate another option called Duo for two-factor authentication that sounds really interesting as well.

Tips and tricks to help you do more with OpenSSH

Last week’s techmail was Tips and tricks to help you do more with OpenSSH which is a followup to the previous tip that talked about OpenSSH key management. This one gives you a few one-liner tips to stimulate the imagination (yet are useful on their own) with the kinds of things you can do with(…)

What you need to know about OpenSSH key management

This week’s techmail is What you need to know about OpenSSH key management which looks at a few tips and tricks in using OpenSSH public/private keys. It talks about generating keys, using ssh-copy-id to copy keys to servers, and using hashed representations of host keys to obscure what machines you connect to in case someone(…)

Using Corkscrew to tunnel SSH over HTTP

This week’s TechMail is Using Corkscrew to tunnel SSH over HTTP which talks about creating an SSH tunnel using HTTP and the Corkscrew tool. Very cool and interesting stuff. Fortunately I’ve never been in such a restrictive environment where I’ve needed to use it, but it’s good to know in case I’m stuck in a(…)

Get network versatility with SSH tunneling and netcat

This week’s TechMail is Get network versatility with SSH tunneling and netcat which talks about using netcat as a proxy tool to bounce transparently through a bastion host to a secure end point. It’s not something that you may use a lot, but if you need to be able to do something like this in(…)

Secure remote firewall administration via SSH

This week’s TechMail is Secure remote firewall administration via SSH which talks about using ssh to create a secure tunnel to a remote network/system to use with configuring a remote firewall. I use this quite a bit with remotely-deployed pfSense boxen to configure it using the web interface and it works great. Of course, the(…)