summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Quabla <Quabla@web>2015-01-27 23:18:20 +0000
committerGravatar admin <admin@branchable.com>2015-01-27 23:18:20 +0000
commit70ac5f04eaf3ec0c0343c4638b4a380ad5e9f641 (patch)
tree12291e716b4d9514c86ec3ce862d6d570096f4af /doc
parent63ff9705cedd7506a0369aa00ec5e85f0d609b70 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/User_name_with_whitespace_not_working_with___34____40__+__41___Local_computer__34__.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/User_name_with_whitespace_not_working_with___34____40__+__41___Local_computer__34__.mdwn b/doc/forum/User_name_with_whitespace_not_working_with___34____40__+__41___Local_computer__34__.mdwn
new file mode 100644
index 000000000..45880d27e
--- /dev/null
+++ b/doc/forum/User_name_with_whitespace_not_working_with___34____40__+__41___Local_computer__34__.mdwn
@@ -0,0 +1,7 @@
+When using the "(+) Local computer" feature, I get the error message
+
+Internal Server Error: wrong number of words in ssh public key
+
+This is due to the use of pattern matching in this line https://github.com/RichiH/git-annex/blob/master/Assistant/Ssh.hs#L73 and because the key comment contains spaces. And of course it cotains spaces, on windows people often use their full name as user name. I will fill a bug later.
+
+My question is, how can I work around this bug? The client with this public key is running windows. How can I influence or at least see how this public key looks like? I could not find any documentation on this.