diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-15 15:25:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-15 15:25:36 -0400 |
commit | 5f02a22c5ba647405d222cc08bfe124d011411d5 (patch) | |
tree | 0d3724e4e0106a4a9824d7fab21b6b09bf27f6cf /doc | |
parent | 73d1c7863dacb32a2c1a124f6e499fcb16a42483 (diff) |
remove ssh-askpass recommends; close bugs obsoleted by sshpassword branch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Error_creating_remote_repository_using_ssh_on_OSX.mdwn | 3 | ||||
-rw-r--r-- | doc/bugs/__40__assistant__41___dependency_on_ssh-askpass_-_not_installed_automatically_on_xubuntu.mdwn | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/Error_creating_remote_repository_using_ssh_on_OSX.mdwn b/doc/bugs/Error_creating_remote_repository_using_ssh_on_OSX.mdwn index cf7dcc88e..67dfae11d 100644 --- a/doc/bugs/Error_creating_remote_repository_using_ssh_on_OSX.mdwn +++ b/doc/bugs/Error_creating_remote_repository_using_ssh_on_OSX.mdwn @@ -34,3 +34,6 @@ Please provide any additional information below. [[!tag /design/assistant/OSX]] [[!meta title="ssh-askpass not available on OSX"]] + +> [[fixed|done]]; the webapp now handles ssh password prompting on its own, +> ssh-askpass is not needed. --[[Joey]] diff --git a/doc/bugs/__40__assistant__41___dependency_on_ssh-askpass_-_not_installed_automatically_on_xubuntu.mdwn b/doc/bugs/__40__assistant__41___dependency_on_ssh-askpass_-_not_installed_automatically_on_xubuntu.mdwn index 7968d32cc..68ad05809 100644 --- a/doc/bugs/__40__assistant__41___dependency_on_ssh-askpass_-_not_installed_automatically_on_xubuntu.mdwn +++ b/doc/bugs/__40__assistant__41___dependency_on_ssh-askpass_-_not_installed_automatically_on_xubuntu.mdwn @@ -20,3 +20,7 @@ Also if I run "git-annex webapp" from the terminal, this doesn't happen because # End of transcript or log. """]] + +> [[fixed|done]]; the assistant no longer recommends ssh-askpass, it does +> its own ssh password prompting and is its own ssh password agent. +> --[[Joey]] |