From a3d555df0f9bbc39a481915e9fa23f3aa572e032 Mon Sep 17 00:00:00 2001 From: Jan Krag Date: Fri, 23 Nov 2012 16:50:25 +0100 Subject: [PATCH] Added description of current branch strategy Updated README in master branch, as this is the one that is shown by default in GitHub. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44bd1a4..2d2aed3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ +sshsudo +======= This is my clone of Jiwu Liu's sshsudo project from http://code.google.com/p/sshsudo/. For the time being, the purpose is mainly to keep a public copy of the changes I am making to make it usable on modern OS X (Mountain Lion) Macs that do not nicely support the sshpass authentication. -It is possible that this will result in this being the future main copy of the original project, as Jiwu Liu has offered me to take over maintainance. \ No newline at end of file +It is possible that this will result in this being the future main copy of the original project, as Jiwu Liu has offered me to take over maintainance. + +Until I figure out what way I want to go, I will keep the "Mac-friendly" version (i.e. no sshpass) in a mac branch, and Jiwu's original in the master branch. + +To get at the original documentation, I will simply forward you to Jiwu Liu's original project page at http://code.google.com/p/sshsudo/ \ No newline at end of file