summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Auroch <Auroch@web>2013-09-15 06:34:07 +0000
committerGravatar admin <admin@branchable.com>2013-09-15 06:34:07 +0000
commit0b70714e4d194012f643c70eb697163aae7af8bd (patch)
tree67539174669a2ee72b8e61bc33f5adba422bce91 /doc
parentfd60319acc1fc1dd391ef4ec8119d3d25a712754 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Permission_denied___40__publickey__41___On_second_Step_...___63__.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/forum/Permission_denied___40__publickey__41___On_second_Step_...___63__.mdwn b/doc/forum/Permission_denied___40__publickey__41___On_second_Step_...___63__.mdwn
index 6391435be..caa9fc85a 100644
--- a/doc/forum/Permission_denied___40__publickey__41___On_second_Step_...___63__.mdwn
+++ b/doc/forum/Permission_denied___40__publickey__41___On_second_Step_...___63__.mdwn
@@ -11,11 +11,11 @@ I can create an ssh session directly to the server with :
and work inside this session.
- Sep 14 05:12:35 file sshd[8849]: Accepted publickey for bollinghse from 80.201.25.4 port 32969 ssh2
- Sep 14 05:12:35 file sshd[8849]: pam_unix(sshd:session): session opened for user bollinghse by (uid=0)
+ Sep 14 03:42:35 file sshd[8849]: Accepted publickey for username from 80.201.25.4 port 32969 ssh2
+ Sep 14 03:42:35 file sshd[8849]: pam_unix(sshd:session): session opened for user username by (uid=0)
...
Sep 14 05:13:14 file sshd[8851]: Received disconnect from 80.201.25.4: 11: disconnected by user
- Sep 14 05:13:14 file sshd[8849]: pam_unix(sshd:session): session closed for user bollinghse
+ Sep 14 05:13:14 file sshd[8849]: pam_unix(sshd:session): session closed for user username
But when I use the git-annex assistant on the same workstation with the same remote server and port,
<br>the 1st step is OK,
@@ -25,10 +25,10 @@ But when I use the git-annex assistant on the same workstation with the same rem
On the server I can only see that the ssh session is immediately closed after opened and before the choice git or rsync is made.
- Sep 14 05:13:42 file sshd[8882]: Accepted publickey for bollinghse from 80.201.25.4 port 32984 ssh2
- Sep 14 05:13:42 file sshd[8882]: pam_unix(sshd:session): session opened for user bollinghse by (uid=0)
+ Sep 14 05:13:42 file sshd[8882]: Accepted publickey for username from 80.201.25.4 port 32984 ssh2
+ Sep 14 05:13:42 file sshd[8882]: pam_unix(sshd:session): session opened for user username by (uid=0)
Sep 14 05:13:42 file sshd[8886]: Received disconnect from 80.201.25.4: 11: disconnected by user
- Sep 14 05:13:42 file sshd[8882]: pam_unix(sshd:session): session closed for user bollinghse
+ Sep 14 05:13:42 file sshd[8882]: pam_unix(sshd:session): session closed for user username
Do you think it's the problem ? or whatelse ...
<br>and could you guide me to a possible solution ?