summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-19 16:32:04 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-19 16:32:04 -0400
commit3ca9556a96b03273dbf696e31abe3f48e5115979 (patch)
treebb4f729e43cac95a0ac2defed551d0a8564a20b2
parent7f4a31a19ada4447067a3cac9ea475d382a200a1 (diff)
response
-rw-r--r--doc/forum/Permission_denied_-_what_is_wrong__63__/comment_1_b850a32cce4c9782e59fc91076b6cae7._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/Permission_denied_-_what_is_wrong__63__/comment_1_b850a32cce4c9782e59fc91076b6cae7._comment b/doc/forum/Permission_denied_-_what_is_wrong__63__/comment_1_b850a32cce4c9782e59fc91076b6cae7._comment
new file mode 100644
index 000000000..91a09860c
--- /dev/null
+++ b/doc/forum/Permission_denied_-_what_is_wrong__63__/comment_1_b850a32cce4c9782e59fc91076b6cae7._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-01-19T20:26:57Z"
+ content="""
+The remote server is rejecting your ssh key to log into it.
+
+If you used the web app to set this up, it will have generated a ssh key
+just for this server, and put it in `~/.ssh/git-annex/` on the client.
+
+You need to check your `~/.ssh/authorized_keys` file on the server
+and make sure that the ssh key is listed in it. Checking the server's
+ssh log file may also help track down why it's rejecting the login.
+"""]]