summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-15 15:25:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-15 15:25:36 -0400
commit5f02a22c5ba647405d222cc08bfe124d011411d5 (patch)
tree0d3724e4e0106a4a9824d7fab21b6b09bf27f6cf
parent73d1c7863dacb32a2c1a124f6e499fcb16a42483 (diff)
remove ssh-askpass recommends; close bugs obsoleted by sshpassword branch
-rw-r--r--debian/control1
-rw-r--r--doc/bugs/Error_creating_remote_repository_using_ssh_on_OSX.mdwn3
-rw-r--r--doc/bugs/__40__assistant__41___dependency_on_ssh-askpass_-_not_installed_automatically_on_xubuntu.mdwn4
3 files changed, 7 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 55364acf4..3938ca5a8 100644
--- a/debian/control
+++ b/debian/control
@@ -91,7 +91,6 @@ Recommends:
lsof,
gnupg,
bind9-host,
- ssh-askpass,
quvi,
git-remote-gcrypt (>= 0.20130908-6),
nocache,
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]]