diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-24 15:28:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-24 15:28:39 -0400 |
commit | 1e6631d30fe0638632bc15748690f86a722c93d6 (patch) | |
tree | 26c9831f5b23a73c14a1fd6d20de317d46fa26f2 | |
parent | f17152efd2817c8a11ee82ffa72ef401ba059fcd (diff) |
update
-rw-r--r-- | doc/bugs/assistant_should_set_up_dedicated_ssh_keys_for_remotes_using_the_standalone_tarball.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/bugs/assistant_should_set_up_dedicated_ssh_keys_for_remotes_using_the_standalone_tarball.mdwn b/doc/bugs/assistant_should_set_up_dedicated_ssh_keys_for_remotes_using_the_standalone_tarball.mdwn index ccec9370f..8668fed66 100644 --- a/doc/bugs/assistant_should_set_up_dedicated_ssh_keys_for_remotes_using_the_standalone_tarball.mdwn +++ b/doc/bugs/assistant_should_set_up_dedicated_ssh_keys_for_remotes_using_the_standalone_tarball.mdwn @@ -12,4 +12,8 @@ the assistant re-uses that key. The assistant should either always set up a dedicated ssh key, even when not otherwise needed, or it should probe to see if git-receive-pack and git-send-pack can be run as part of its probing, and set up a dedicated -ssh key when they cannot be. +ssh key when they cannot be. --[[Joey]] + +> After recent sshpassword changes, the webapp sets up a dedicated ssh key +> by default. If the user chooses to use an existing ssh key, it will be +> used. So this is less likely to be a problem. --[[Joey]] |