From 8dd7fe7e41890425deaa5e7d98632ceed7b24879 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm9n2FZTQzC5wvWqgKKnU0HyuC5vgVkfbY" Date: Thu, 4 Oct 2012 05:57:59 +0000 Subject: [PATCH] --- ...bad_comment_in_ssh_public_key_ssh-rsa.mdwn | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/bugs/bad_comment_in_ssh_public_key_ssh-rsa.mdwn 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 0000000000..71b8d91172 --- /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 +