diff options
author | https://mathstuf.id.fedoraproject.org/ <mathstuf@web> | 2015-09-19 15:04:59 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-09-19 15:04:59 +0000 |
commit | bba07f77eef2cdf64a95dd4084ecaf66f1be01f1 (patch) | |
tree | 669a0dce57a9d7679e0e4ad5dabbb82b1b1eaf79 | |
parent | 19b9a1d950e2511348693b900e3f7bfaf91e31ba (diff) |
-rw-r--r-- | doc/bugs/git-annex_rewrites_.ssh__47__config.mdwn | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/bugs/git-annex_rewrites_.ssh__47__config.mdwn b/doc/bugs/git-annex_rewrites_.ssh__47__config.mdwn index 16c8228ab..e76e1870d 100644 --- a/doc/bugs/git-annex_rewrites_.ssh__47__config.mdwn +++ b/doc/bugs/git-annex_rewrites_.ssh__47__config.mdwn @@ -1,11 +1,9 @@ ### 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: -[[!format sshconfig """ -Host - ForwardAgent no - ... -"""]] + Host + ForwardAgent no + ... ### 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. |