SVN two factor authentication
问题 I need to implement a solution to secure SVN access using two factor authentication. Ideally I'd like to use Google Authenticator along with Basic auth. How would I proceed with implementing such a solution? I'm considering developing a web proxy page that must first be authenticated to through a browser and once authenticated, follow on SVN commands would pass through. Does this seem feasible or is there a better solution? Thanks! 回答1: These directions will work for Ubuntu 12.04. I should