-
Notifications
You must be signed in to change notification settings - Fork 216
Resolving multiple auth requests #175
Comments
can you post the entirety of your terminal output? from the moment you open the terminal, to when you close code-server? |
Then it loads successfully. I close it and the output is:
|
I am experiencing the same issue on MacOS (local) and ubuntu (remote). I can eventually log in, but it always takes a failure and several attempts to do so. The terminal output is similar. |
currently the only fix for this that i can think of, is using an sshkey |
Doesn't |
oh, Sorry not used to seeing that, when sshcode is running, after the first password prompt
is there a |
Yes, there are two. One with the name of my local machine and the other with the name of the one I am trying to ssh into. Also may be worth mentioning, is that I am attempting to use this with |
I think you already mentioned that. are those files there when sshcode is not running? |
Yes, they are still there. |
try deleting them |
Thanks. I deleted them and ran
|
does the folder exist on both machines? |
or if you dont care for syncing, |
I just checked, and both of the directories exist. And they seem to be identical. I also just tried running Do you think it may have to do with me running Ubuntu 18.04 on my remote machine? |
No, it works just fine for me on my machine, I run ubuntu 18.04 as well on the remote, as well as arch. Pretty much the only difference between our setups are as follows
can you temporarily use no sshkey? or is that out of the option? |
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!
The text was updated successfully, but these errors were encountered: