This repository was archived by the owner on Jan 17, 2021. It is now read-only.
This repository was archived by the owner on Jan 17, 2021. It is now read-only.
Resolving multiple auth requests #175
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels