This commit is contained in:
https://mathstuf.id.fedoraproject.org/ 2015-09-19 15:04:59 +00:00 committed by admin
parent 0e6c463cef
commit 3b5691c95f

View file

@ -1,11 +1,9 @@
### Please describe the problem. ### Please describe the problem.
Running git annex assistant, my .ssh/config file is rewritten. First, it is a symlink, but then git-annex makes it into an actual file. Second, it adds a trailing whitespace to a generic host block: Running git annex assistant, my .ssh/config file is rewritten. First, it is a symlink, but then git-annex makes it into an actual file. Second, it adds a trailing whitespace to a generic host block:
[[!format sshconfig """ Host
Host ForwardAgent no
ForwardAgent no ...
...
"""]]
### What steps will reproduce the problem? ### What steps will reproduce the problem?
For the symlink, just make .ssh/config a symlink to the real thing. Have a generic host block will add trailing whitespace. Starting git annex assistant will rewrite .ssh/config. For the symlink, just make .ssh/config a symlink to the real thing. Have a generic host block will add trailing whitespace. Starting git annex assistant will rewrite .ssh/config.