diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-27 13:00:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-27 13:00:49 -0400 |
commit | 537f1219d84f289f8312cc81504d2432c3328d1f (patch) | |
tree | 180992e985fef32c8ada47ab55727dfe1586f4a5 /Assistant | |
parent | e4c70720cc0c97e5ce4dea0adf66e5e3f600dc78 (diff) |
got hdevtools working again
Fix comment to not make cpp unhappy
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Ssh.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Ssh.hs b/Assistant/Ssh.hs index 38ec347cb..10a4c7838 100644 --- a/Assistant/Ssh.hs +++ b/Assistant/Ssh.hs @@ -169,7 +169,7 @@ genSshKeyPair = withTmpDir "git-annex-keygen" $ \dir -> do - - Note that the key files are put in ~/.ssh/git-annex/, rather than directly - in ssh because of an **INSANE** behavior of gnome-keyring: It loads - - ~/.ssh/*.pub, and uses them indiscriminately. But using this key + - ~/.ssh/ANYTHING.pub, and uses them indiscriminately. But using this key - for a normal login to the server will force git-annex-shell to run, - and locks the user out. Luckily, it does not recurse into subdirectories. -} |