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
During ssh integration testing I have been able to stop two different scenarios. I will describe both of them just in case one re-appears, however, I have been unable to reproduce case 1 again despite following the same integration process on each build.
On the second scenario therealssh-cli hangs after hitting enter and entering in what should be an ssh session. However, in the new session the cursor appears frozen. At this point in time, there won't be error logs on any of the visors. If you try to type something on the session it won't show it, however, each key you stroke is being send as a different package from visor C to A, and you can see this on the logs if you print each package payload.
On this last scenario I haven't found any error with the regular communication process. Connections are successfully established and everything seems to work correctly. My latest assumption, which is yet untested is that such error might be here https://github.com/skycoin/skywire/blob/mainnet-milestone2/cmd/therealssh-cli/commands/root.go#L113, in the two operations that copy input and output from the client.
Running the integration tests with docker environment the following panic happens (long).
ssh-panic.txt
The text was updated successfully, but these errors were encountered: