Click to See Complete Forum and Search --> : ssh signal 11 problem


corrumpu
06-03-2001, 08:54 PM
i get this error when connecting to a machine running ssh 2.5.x

Last login: Sun Jun 3 18:58:09 2001 from mypc.foo.com
Received disconnect from x.x.x.x: Command terminated on signal 11.

then other times it will let me connect.. anyone have any idea?

glock23
06-08-2001, 01:59 PM
the only signal 11 error i've recieved was fixed when i edited the /etc/ssh/ssh_config file and changed the
ForwardX11 yes
to
ForwardX11 no

and this got rid of my signal 11 error

this was done on the machine i was doing the ssh command from. that would be the ssh client.

i'd be interested to know if this works for you.

good luck
glock23 :)