-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarification: INFO[0191] dialing sshd #71
Comments
After some more investigation this occurs with versions |
@thornycrackers There were some changes on how cert is issued. Please make sure both the server |
Whenever I try to connect with separate users I get Is there a way to disable public key auth? I just want a simple way to ride along with somebody else's shell session and help them troubleshoot issues... |
with 0.6.3 I was able to do something semi-casual by sending them my public key file, which they can authorize like this: |
@jamie-pate @owenthereal I'm stumped on setting up my own host server with this error when I try to run
I am using an EC2 box to host the uptermd server and I'm fairly confident I have the virtual firewall set up correctly since using an invalid port times out while using the correct port is instantly refused. Perhaps there is a way to get more verbose logging to see why the connection is refused? I'm not getting anything interesting when I use the |
Okay I eventually got this working. I think I had to set the |
Hello!
I'm running
uptermd
on a server and when I connect to it withupterm
I see the dialing message above. When people try to connect to the session the get permission denied. I'm guessing this is becauseupterm
is trying to do some pubkey authentication with my locally running sshd? I'm guessing that since if I runupterm
on a computer that has no sshd running everything seems to work normally and clients connect with no permission problems. I was just wondering how thedialing sshd
part works and how to set it up so that other clients can connect to my machine.On uptermd node:
On upterm host
On upterm client
uptdermd logs:
The text was updated successfully, but these errors were encountered: