diff options
author | ddenis <ddenis@web> | 2016-11-07 21:32:11 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-11-07 21:32:11 +0000 |
commit | cea688bda7963059f5197591f7ccba856d5148b9 (patch) | |
tree | 735e95ccdae3c271d890ed44a0b778bca79780f6 /doc | |
parent | 5bd7a477f8d26d41e0113f9c113a4d7f97aa3431 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn b/doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn index c8f229cd0..09c910252 100644 --- a/doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn +++ b/doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn @@ -10,3 +10,18 @@ The latest released version of git-annex (6.20161031) breaks on all platforms th $ ssh -V OpenSSH_7.2p2, LibreSSL 2.4.1 +Here is what it looks like: + + $ git annex move --to vir + move Foobar.mkv (checking vir...) .git/annex/ssh.config: line 1: Bad configuration option: include + .git/annex/ssh.config: line 2: Bad configuration option: include + .git/annex/ssh.config: terminating, 2 bad configuration options + (unable to check vir + CallStack (from HasCallStack): + error, called at ./Remote/Helper/Messages.hs:32:15 in main:Remote.Helper.Messages) failed + + + $ cat .git/annex/ssh.config + Include ~/.ssh/config + Include /etc/ssh/ssh_config + ServerAliveInterval 60 |