You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems booting into remote recovery is not functional anymore.
I get the QR code, which I can scan then with c3os bridge, however, as soon as the tunnel is up, ssh connects as well, it exits with "Connection closed":
debug3: receive packet: type 98
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug3: receive packet: type 97
debug2: channel 0: rcvd close
debug2: channel 0: output open -> drain
debug2: chan_shutdown_read: channel 0: (i0 o1 sock -1 wfd 4 efd 6 [write])
debug2: channel 0: input open -> closed
debug3: channel 0: will not send data after close
debug2: channel 0: obuf empty
debug2: chan_shutdown_write: channel 0: (i3 o1 sock -1 wfd 5 efd 6 [write])
debug2: channel 0: output drain -> closed
debug2: channel 0: almost dead
debug2: channel 0: gc: notify user
debug2: channel 0: gc: user detached
debug2: channel 0: send close
debug3: send packet: type 97
debug2: channel 0: is dead
debug2: channel 0: garbage collecting
debug1: channel 0: free: client-session, nchannels 1
debug3: channel 0: status: The following connections are open:
#0 client-session (t4 r0 i3/0 o3/0 e[write]/0 fd -1/-1/6 sock -1 cc -1 io 0x00/0x00)
debug3: send packet: type 1
Connection to 127.0.0.1 closed.
Transferred: sent 2320, received 1436 bytes, in 0.1 seconds
Bytes per second: sent 25578.1, received 15832.0
debug1: Exit status 0
To note, the SSH server is functional and accepting connection, as specifying wrong passwords fails as expected, and the tunnel connection is working too.
The text was updated successfully, but these errors were encountered:
Version: https://github.com/c3os-io/provider-c3os/releases/tag/v0.0.1-alpha4
Seems booting into remote recovery is not functional anymore.
I get the QR code, which I can scan then with
c3os bridge
, however, as soon as the tunnel is up, ssh connects as well, it exits with "Connection closed":To note, the SSH server is functional and accepting connection, as specifying wrong passwords fails as expected, and the tunnel connection is working too.
The text was updated successfully, but these errors were encountered: