diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-08-18 11:46:48 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-08-18 11:46:48 -0400 |
commit | 9f0fff3afdb530829b576e6d2d85e8deddfb71ff (patch) | |
tree | bbe5ae7657f3bc20811d869ce6b57382d1f39047 | |
parent | 6b7bad9d7eefa17f4c3a0baa14fb2b89d6c2a319 (diff) |
typo
-rw-r--r-- | doc/bugs/dashed_ssh_hostname_security_hole.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/dashed_ssh_hostname_security_hole.mdwn b/doc/bugs/dashed_ssh_hostname_security_hole.mdwn index 3afe367ac..048f9597b 100644 --- a/doc/bugs/dashed_ssh_hostname_security_hole.mdwn +++ b/doc/bugs/dashed_ssh_hostname_security_hole.mdwn @@ -16,7 +16,7 @@ user is to use initremote with a ssh remote, so embedding the URL in the git-annex branch. Then the victim would enable it with enableremote. This was fixed in version 6.20170818. Now there's a SshHost type that -is not allowed to start with a dash, and every invocation of git-annex is +is not allowed to start with a dash, and every invocation of ssh is in a function that takes a SshHost. [[done]] |