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
{{ message }}
This repository was archived by the owner on Jan 17, 2021. It is now read-only.
I thought I was pretty slick with my current solution to using code-server with sshcode from Mac to my Ubuntu machine: ~/workspace/.server/sshcode --upload-code-server ~/workspace/.server/code-server me@my_ip, but I am consistently getting this error: ERROR failed to start SSH master connection: SSH master wasn't ready on time: max number of tries exceeded: 30.
After this point I am forced to authenticate multiple times. Anybody know how to resolve the need for multiple authentications? The error is risen from this section in the source code: if o.reuseConnection {...} when starting the master connection socket.
I am running sshcode 0.10.0 and code-server 3.2.0. Thanks!