summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY <Douglas@web>2013-01-25 13:18:40 +0000
committerGravatar admin <admin@branchable.com>2013-01-25 13:18:40 +0000
commit3aad66cab7c0228d20d9e4258be50ac9a8db3c8a (patch)
treea40735edbfdf5e2a351b114e0caa442994026914 /doc/bugs
parent93a0f2fae7aa2bb40fc1a146a64f62dd3893ca73 (diff)
Added a comment: Error creating remote repository using ssh on OSX
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/OSX_app_issues/comment_12_f3bc5a4e4895ac9351786f0bdd8005ba._comment51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/bugs/OSX_app_issues/comment_12_f3bc5a4e4895ac9351786f0bdd8005ba._comment b/doc/bugs/OSX_app_issues/comment_12_f3bc5a4e4895ac9351786f0bdd8005ba._comment
new file mode 100644
index 000000000..131837277
--- /dev/null
+++ b/doc/bugs/OSX_app_issues/comment_12_f3bc5a4e4895ac9351786f0bdd8005ba._comment
@@ -0,0 +1,51 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY"
+ nickname="Douglas"
+ subject="Error creating remote repository using ssh on OSX"
+ date="2013-01-25T13:18:40Z"
+ content="""
+There is an issue with creating remote repositories using ssh (the problem may require using a different account name.) I filed the following bug:
+
+
+<http://git-annex.branchable.com/bugs/Error_creating_remote_repository_using_ssh_on_OSX/>
+
+Bug report:
+
+
+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
+
+
+
+"""]]