thoughts…

rants and bookmarks about programming stuff…


How to Setup Two-Factor Authentication (Google Authenticator) for SSH Logins

“By default, SSH already uses a secure data communication between remote machines, but if you want to add some extra security layer to your SSH connections, you can add a Google Authenticator (two-factor authentication) module that allow you to enter a random one-time password (TOTP) verification code while connecting to SSH servers. You’ll have to enter the verification code from your smartphone or PC when you connect.

The Google Authenticator is an open-source module that includes implementations of one-time passcodes (TOTP) verification token developed by Google. It supports several mobile platforms, as well as PAM (Pluggable Authentication Module). These one-time passcodes are generated using open standards created by the OATH (Initiative for Open Authentication)…”

http://www.tecmint.com/ssh-two-factor-authentication/


Leave a comment

Ubuntu 12.04 LTS Precise Pangolin: Building a Firewall

“The default firewall configuration tool for Ubuntu is known as ‘UFW’. Developed to ease iptables firewall configuration, UFW provides a user-friendly way to create an IPv4 or IPv6 host-based firewall that will serve to protect your computer from un-authorised access and in this article I am going to show you how to setup, configure and manage your security needs on Ubuntu 12.04 LTS Precise Pangolin…”

http://www.sitepoint.com/ubuntu-12-04-lts-precise-pangolin-building-a-firewall/


Leave a comment

Dissecting SSL handshake

“Not everyone knows that the SSL handshake is not encrypted. When you think about it – there isn’t other way, before the keys are exchanged the communication must be unencrypted. But I doubt many people think about it.

Not only the SSL handshake is plain-text, but also it contains rather interesting data. I decided to find out how much information can be retrieved from it…”

https://idea.popcount.org/2012-06-16-dissecting-ssl-handshake/

Follow

Get every new post delivered to your Inbox.

Join 511 other followers