summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar db <db@web>2016-01-18 14:09:34 +0000
committerGravatar admin <admin@branchable.com>2016-01-18 14:09:34 +0000
commit52d2c41220285a5f48032453147a5f388f2d2f7b (patch)
tree2d7541e240628d6af1a5e64cbf50b53d8095b095
parent1cc286fa63ea2d3c94e27b841debc57458fc17d6 (diff)
-rw-r--r--doc/forum/Permission_denied_-_what_is_wrong__63__.mdwn40
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/forum/Permission_denied_-_what_is_wrong__63__.mdwn b/doc/forum/Permission_denied_-_what_is_wrong__63__.mdwn
index 36a153077..689ec7a0d 100644
--- a/doc/forum/Permission_denied_-_what_is_wrong__63__.mdwn
+++ b/doc/forum/Permission_denied_-_what_is_wrong__63__.mdwn
@@ -1,26 +1,26 @@
I just set up one local repo and one remote server repo (accessible via SSH) that are synced with each other. However, when I add a file to the local repo it never appears on the remote repo. From the log:
***************************************************************************
-(scanning...) [2016-01-18 14:55:26.566983] Watcher: Performing startup scan
-[2016-01-18 14:55:26.584387] Committer: Committing changes to git
-(recording state in git...)
-(started...)
-Permission denied, please try again.
-Permission denied, please try again.
-Permission denied (publickey,password,keyboard-interactive).
-rsync: connection unexpectedly closed (0 bytes received so far) [sender]
-rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-45/rsync/io.c(453) [sender=2.6.9]
-
- rsync failed -- run git annex again to resume file transfer
-[2016-01-18 14:55:30.429824] main: Syncing with lacieannex
-
-Permission denied, please try again.
-Permission denied, please try again.
-Permission denied (publickey,password,keyboard-interactive).
-rsync: connection unexpectedly closed (0 bytes received so far) [sender]
-rsync error: error in rsync protocol data stream
- rsync failed -- run git annex again to resume file transfer
- (code 12) at /SourceCache/rsync/rsync-45/rsync/io.c(453) [sender=2.6.9]
+ (scanning...) [2016-01-18 14:55:26.566983] Watcher: Performing startup scan
+ [2016-01-18 14:55:26.584387] Committer: Committing changes to git
+ (recording state in git...)
+ (started...)
+ Permission denied, please try again.
+ Permission denied, please try again.
+ Permission denied (publickey,password,keyboard-interactive).
+ rsync: connection unexpectedly closed (0 bytes received so far) [sender]
+ rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-45/rsync/io.c(453) [sender=2.6.9]
+
+ rsync failed -- run git annex again to resume file transfer
+ [2016-01-18 14:55:30.429824] main: Syncing with lacieannex
+
+ Permission denied, please try again.
+ Permission denied, please try again.
+ Permission denied (publickey,password,keyboard-interactive).
+ rsync: connection unexpectedly closed (0 bytes received so far) [sender]
+ rsync error: error in rsync protocol data stream
+ rsync failed -- run git annex again to resume file transfer
+ (code 12) at /SourceCache/rsync/rsync-45/rsync/io.c(453) [sender=2.6.9]
***************************************************************************
I suspect there is something with the ssh authentication. I tried to remove all keys from my known_hosts that was related to the server (a handful since I had accessed it at server.local, server.lan, 192.168.1.3, fqdn:2222 etc). My plan was to re-run the setup screen where you enter the details about the remote server, including your username and password, but that step seems unavailable after the initial setup.