aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY <Douglas@web>2013-01-23 02:31:26 +0000
committerGravatar admin <admin@branchable.com>2013-01-23 02:31:26 +0000
commit6bb6c37a3a011c586a619a840b3682971fa3f956 (patch)
tree5985a56157084534447ce37315304e34381d034d
parentd2d0bfbb70b324a0736fca2ee3dbc44da568e705 (diff)
-rw-r--r--doc/bugs/Error_creating_remote_repository_using_ssh_on_OSX.mdwn35
1 files changed, 35 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
new file mode 100644
index 000000000..444c17e97
--- /dev/null
+++ b/doc/bugs/Error_creating_remote_repository_using_ssh_on_OSX.mdwn
@@ -0,0 +1,35 @@
+What steps will reproduce the problem?
+
+1. Click "Remote server: Set up a repository on a remote server using ssh."
+2. Enter hostname and different username than currently logged in user
+3. Click check this server
+
+
+What is the expected output?
+
+> I expected to see the next step in the remote repo creration process.
+
+What do you see instead?
+
+
+> Failed to ssh to the server. Transcript: ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory Permission denied, please try again. ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory Permission denied, please try again. ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory Permission denied (publickey,password).
+
+
+What version of git-annex are you using?
+
+> git-annex: Version: 3.20130114
+
+
+On what operating system?
+
+> OSX: 10.8.2
+
+
+
+Please provide any additional information below.
+
+> I mentioned "with a different username" because the assistant will allow me to create a remote repository on the same target machine when I use my normal username. I think this is most likely because I have a ssh-key setup for the account on the remote machine. However I do not want to assume anything and send you down the wrong OSX rabbit hole.
+
+> After a little research it seems that OSX does not have a ssh-askpass
+
+