summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawm9n2FZTQzC5wvWqgKKnU0HyuC5vgVkfbY <Bachir@web>2012-10-04 05:57:59 +0000
committerGravatar admin <admin@branchable.com>2012-10-04 05:57:59 +0000
commitc8400d3f98e7f1f0f7c24e96e79dcea1c076202f (patch)
tree362750c35179c8d2b8aa3123e90e224fdc772f8e /doc
parentd3261d90c1963e80cac2350beb9265cea8a70ec5 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/bad_comment_in_ssh_public_key_ssh-rsa.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/bad_comment_in_ssh_public_key_ssh-rsa.mdwn b/doc/bugs/bad_comment_in_ssh_public_key_ssh-rsa.mdwn
new file mode 100644
index 000000000..71b8d9117
--- /dev/null
+++ b/doc/bugs/bad_comment_in_ssh_public_key_ssh-rsa.mdwn
@@ -0,0 +1,20 @@
+What steps will reproduce the problem?
+I was trying to pair two repositories on 2 different computers,
+but my public key had this email address at the end:
+bachir@Bachirs-iMac.local
+
+What is the expected output? What do you see instead?
+I was expecting successful pairing.
+I got:
+bad comment in ssh public key ssh-rsa
+AAB3....SAK
+bachir@Bachirs-iMac.local
+
+What version of git-annex are you using? On what operating system?
+I am using the package git-annex Version: 3.20120925
+on MacOSX Lion
+
+Please provide any additional information below.
+I've checked your code, seems to complain about the dash '-' in the email address
+bachir@Bachirs-iMac.local
+