Displaying 3 results from an estimated 3 matches for "sshd_problem".
2003 Jun 13
7
sshd refusing connections problem
...ing the
connection as soon as it was made (TCP handshake). I have, umm, lost
the error messages I was seeing on my side. Hopefully the truss output
will be sufficient. My ssh client never got far enough to negotiate a
key with the server.
Truss output is at :
http://www.lambertfam.org/~lambert/sshd_problem/truss_sshd
netstat -an | grep '\.22 ' output is at :
http://www.lambertfam.org/~lambert/sshd_problem/netstat-an_sshd
Faked the first two octets of the other users' IPs.
Once I -HUP the sshd process and it forks a new daemon, everything is ok
for another week or two.
--
Scott Lam...
2008 Sep 18
2
SSHD_PROBLEM
hello..
i am running openssh-3.7.1p2. on linux.It is working
successfully.and daemon is running &client also connecting.But the
problem is with the mips architecture when i connecting this server
from remote syytem. i got an error of buufer_get:trying to get more
bytes 1 than buffer0.And client is not connecting from remote system.My
out is as follows on my server
in sshd main
before
2003 Jun 14
0
sshd refusing connection problem
...(TCP handshake). I have, umm,
> lost the error messages I was seeing on my side. Hopefully the truss
> output
> will be sufficient. My ssh client never got far enough to negotiate a
> key with the server.
>
> Truss output is at :
>
> http://www.lambertfam.org/~lambert/sshd_problem/truss_sshd
>
> netstat -an | grep '\.22 ' output is at :
>
> http://www.lambertfam.org/~lambert/sshd_problem/netstat-an_sshd
>
> Faked the first two octets of the other users' IPs.
>
> Once I -HUP the sshd process and it forks a new daemon, everything is
&...