Deny access to .svn directories with IIS
The problem: I like using Subversion to deploy web content to production servers. I check in everything while I’m working on the development copy, then check out onto the server when it’s ready. Subversion creates a .svn directory contain readable…

More Secure AND More Convenient: Secure Shell keys and agents everywhere you go
As security increases, convenience tends to decrease. But in this case we gain some of both. CONCEPTS Problem 1: Brute force SSH attackers I recently made a Linux machine accessible by port 22 from the Internet, so I could remotely…