Re: openssh cygwin: connection closed by remote host
- From: kherring@xxxxxxxxx
- Date: 11 Jul 2006 16:16:04 -0700
Andrew Schulman wrote:
OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to rsegph1.mit.edu [18.62.8.156] port 22.
debug1: Connection established.
debug1: identity file /usr/users/kherring/.ssh/identity type -1
debug1: identity file /usr/users/kherring/.ssh/id_rsa type -1
debug1: identity file /usr/users/kherring/.ssh/id_dsa type 2
ssh_exchange_identification: Connection closed by remote host
Running ssh -vv or -vvv on the client will give you more information, which
may help to illuminate what happened.
What do the server logs show from this exchange? Did you crank up LogLevel
to VERBOSE or DEBUG in /etc/ssh/sshd_config and restart sshd?
--
To reply by email, change "deadspam.com" to "alumni.utexas.net"
So I have noticed that upon logout from a remote session that the
forked sshd process is not killed. So say after having logged in and
then out 5 complete round trips there will be 6 sshd processes running
on the remote windows box, 1 corresponding to the original and 5 forked
processes from the 5 now closed connections. Could it be that this is
the source of my problems? Also when running sshd in debug mode I was
unable to open a connection, got: will not fork when running in
debugging mode. Should I need to fork on the first and only
connection?
Any thoughts? If this is the problem, is there a way to force the sshd
process for the current connection closed without disturbing the
orignal sshd process? Thanks for any help.
.
- Follow-Ups:
- Re: openssh cygwin: connection closed by remote host
- From: Andrew Schulman
- Re: openssh cygwin: connection closed by remote host
- References:
- openssh cygwin: connection closed by remote host
- From: kherring
- Re: openssh cygwin: connection closed by remote host
- From: René Berber
- Re: openssh cygwin: connection closed by remote host
- From: kherring
- Re: openssh cygwin: connection closed by remote host
- From: Andrew Schulman
- openssh cygwin: connection closed by remote host
- Prev by Date: Re: SFTP working but not SSH
- Next by Date: books on SSH
- Previous by thread: Re: openssh cygwin: connection closed by remote host
- Next by thread: Re: openssh cygwin: connection closed by remote host
- Index(es):
Relevant Pages
|