Hi,

I'm trying out OpenSSH 6.7 on OpenBSD 5.5 compiled with OPENSSL=no.

I'm having some trouble sshing in to the server though, even just
locally, so both the client and server are 6.7 with no ssl.

It seems like I get authenticated, but then the session closes:

<previous output removed>
debug1: Authentication succeeded (publickey).
Authenticated to 192.168.33.88 ([192.168.33.88]:22).
debug2: fd 6 setting O_NONBLOCK
debug3: fd 7 is O_NONBLOCK
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
debug1: channel 0: free: client-session, nchannels 1
debug3: channel 0: status: The following connections are open:
  #0 client-session (t3 r-1 i0/0 o0/0 fd 5/6 cc -1)

debug1: fd 1 clearing O_NONBLOCK
debug3: fd 2 is not O_NONBLOCK
Connection to 192.168.33.88 closed by remote host.
Connection to 192.168.33.88 closed.
Transferred: sent 1388, received 1120 bytes, in 0.0 seconds
Bytes per second: sent 274414.0, received 221429.2
debug1: Exit status -1

Anyone have any ideas? I'm assuming I have something misconfigured but
I'm not sure what or where to look, so any ideas would be appreciated.

Thanks for any help,
Curtis.

PS. Full client debug: https://clbin.com/AaWkp
Full server debug: https://clbin.com/ktKXN

Reply via email to