diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU <Jan@web> | 2012-10-15 01:18:41 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-10-15 01:18:41 +0000 |
commit | e850fa9abbccadd1a2ad1cf5039ca38d54ec1bb1 (patch) | |
tree | b6b80619c7a46ea74db82aea76e582f00c874a92 | |
parent | c58a27842f19a6ea78c1192ef104937d9ae9c40e (diff) |
-rw-r--r-- | doc/bugs/SSH:_command-line:_line_0:_Bad_configuration_option:_ControlPersist___40__SSH_too_old_on_OS_X_10.6.8__63____41__.mdwn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/SSH:_command-line:_line_0:_Bad_configuration_option:_ControlPersist___40__SSH_too_old_on_OS_X_10.6.8__63____41__.mdwn b/doc/bugs/SSH:_command-line:_line_0:_Bad_configuration_option:_ControlPersist___40__SSH_too_old_on_OS_X_10.6.8__63____41__.mdwn new file mode 100644 index 000000000..bc6477203 --- /dev/null +++ b/doc/bugs/SSH:_command-line:_line_0:_Bad_configuration_option:_ControlPersist___40__SSH_too_old_on_OS_X_10.6.8__63____41__.mdwn @@ -0,0 +1,24 @@ +What steps will reproduce the problem? + +Try to get any file from a remote ssh repository on OS X 10.6.8 + +What is the expected output? What do you see instead? + +Instead of retrieving the files, I get: + + % git annex get . + get <filename> command-line: line 0: Bad configuration option: ControlPersist + command-line: line 0: Bad configuration option: ControlPersist + (not available) + Try making some of these repositories available: + 2efd46d2-0e32-11e2-95fe-f72f09c6615e -- office + +What version of git-annex are you using? On what operating system? + % git annex version + git-annex version: 3.20120925 + local repository version: 3 + default repository version: 3 + supported repository versions: 3 + upgrade supported from repository versions: 0 1 2 + +I seems that this option is passed to SSH, but SSH is too old: OpenSSH_5.2p1, OpenSSL 0.9.8r 8 Feb |