Uncategorized

OpenVPN with dual layer authentication (keys and pam)

Currently, my original ‘how-to’ on getting OpenVPN running with OpenVPN-GUI used the standard key based authentication. You can configure your client to password protect your connection, but I wasn’t comfortable with that scheme. If a laptop is stolen, it would be possible (and not hard to bypass this password). Now, we can add a additional… Continue reading OpenVPN with dual layer authentication (keys and pam)

Uncategorized

Unusably short session_id provided – bug in openssl-0.9.8f

According to this thread I started, the ‘unusably short session_id provided‘ issue I discussed earlier is related to a bug in openssl-0.9.8f. I’ve added 0.9.8g to package.keywords and I’m currently doing some testing. For those that don’t know how to do this, simply add this to your /etc/portage/package.keywords: =dev-libs/openssl-0.9.8g ~x86 and re-emerge openssl. You might… Continue reading Unusably short session_id provided – bug in openssl-0.9.8f