summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_rewrites_.ssh__47__config.mdwn
diff options
context:
space:
mode:
authorGravatar https://mathstuf.id.fedoraproject.org/ <mathstuf@web>2015-09-19 15:03:50 +0000
committerGravatar admin <admin@branchable.com>2015-09-19 15:03:50 +0000
commit19b9a1d950e2511348693b900e3f7bfaf91e31ba (patch)
treefbd200aadd6965d4244b3ac35c74d098e94e9691 /doc/bugs/git-annex_rewrites_.ssh__47__config.mdwn
parent28dae7ff48b979fc13fcd043bf1fb081eebf4e43 (diff)
Diffstat (limited to 'doc/bugs/git-annex_rewrites_.ssh__47__config.mdwn')
-rw-r--r--doc/bugs/git-annex_rewrites_.ssh__47__config.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_rewrites_.ssh__47__config.mdwn b/doc/bugs/git-annex_rewrites_.ssh__47__config.mdwn
new file mode 100644
index 000000000..16c8228ab
--- /dev/null
+++ b/doc/bugs/git-annex_rewrites_.ssh__47__config.mdwn
@@ -0,0 +1,17 @@
+### 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
+ ...
+"""]]
+
+### 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.
+
+### What version of git-annex are you using? On what operating system?
+git-annex-5.20140717-8.fc24.x86_64
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+Has worked wonders for syncing keepass files between devices; just now setting up assistant to do things automatically though :) .