[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-users] Problems with SSH connections to Savannah?
From: |
Bob Proulx |
Subject: |
Re: [Savannah-users] Problems with SSH connections to Savannah? |
Date: |
Tue, 14 May 2013 14:26:01 -0600 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Eli Zaretskii wrote:
> Did something happen with SSH connections to Savannah?
vcs.sv to be working okay for me. I tested 'cvs up' and 'git pull'
both over ssh and both worked okay for me.
> Exception: Error reading SSH protocol banner
> Traceback (most recent call last):
> File "paramiko\transport.pyo", line 1516, in run
> File "paramiko\transport.pyo", line 1633, in _check_banner
> SSHException: Error reading SSH protocol banner
Hmm... The banner is this part:
$ connect vcs.savannah.gnu.org 22 < /dev/null
SSH-2.0-OpenSSH_5.9
> bzr: ERROR: Unable to connect to target of bound branch
> BzrBranch7(file:///D:/gnu/bzr/emacs/trunk/) =>
> bzr+ssh://address@hidden/emacs/trunk/: Unable to connect to SSH host
> bzr.savannah.gnu.org; Error reading SSH protocol banner
>
> Meanwhile, "git pull" from the Make repository stalls.
>
> Help?
$ grep eliz /var/log/auth.log | tail -n8
May 14 14:09:46 vcs sshd[10524]: Accepted publickey for eliz from 87.69.4.28
port 2490 ssh2
May 14 14:09:47 vcs sshd[10524]: pam_unix(sshd:session): session opened for
user eliz by (uid=0)
May 14 14:13:10 vcs sshd[6938]: pam_unix(sshd:session): session closed for
user eliz
May 14 14:26:28 vcs sshd[10524]: pam_unix(sshd:session): session closed for
user eliz
May 14 19:59:55 vcs sshd[2531]: Accepted publickey for eliz from 87.69.4.28
port 3637 ssh2
May 14 19:59:55 vcs sshd[2531]: pam_unix(sshd:session): session opened for
user eliz by (uid=0)
May 14 20:00:44 vcs sshd[3466]: Accepted publickey for eliz from 87.69.4.28
port 3643 ssh2
May 14 20:00:45 vcs sshd[3466]: pam_unix(sshd:session): session opened for
user eliz by (uid=0)
System load looks healthy. As expected and normal there are a handful
of bzr, git, cvs processes running all fairly recently. Seem okay.
Can you try from a different system, say, fencepost? I think there
might be a problem between you and vcs.sv. Using a test system would
help to isolate it.
Bob