From 65b42711d6863461550422bcafcbc6cac78e2d5e Mon Sep 17 00:00:00 2001
From: bringert
+NOTE: You need OpenSSH version 4 or newer for this to work. You
+can check your OpenSSH version with ssh -V. If you have an older
+version of OpenSSH, you need to remove the ControlPath line below,
+and you can skip the "Setting up an ssh ControlMaster connection"
+step. You will be typing in your password a lot...
+
Add this to ~/.ssh/config (create the file if it does not exist,
replace bringert with your own username on the
Chalmers system):
@@ -286,9 +293,9 @@ the section above on setting up your $PATH on the Chalmers system.
There seems to be a problem with how darcs 1.0.4 calls sftp, which -means that normal password authentication does not work. Either -use Darcs 1.0.3, and be prepared to enter your password many times, -or use the ssh ControlMaster feature as desctribed above. +means that normal password authentication does not work. Either use +Darcs 1.0.3 on your client, and be prepared to enter your password +many times, or use the ssh ControlMaster feature as described above.