rtop
rtop copied to clipboard
hang on connecting - how to troubleshoot?
on OSX, can't seem to connect to any of various hosts, rtop just sits at the "-- connecting..." status. is there a log or any verbose/debugging options to see what's going on under the hood?
Nope, although there should be. This usually happens when you're unable to connect, either because of a missing ssh key or authentication problems with your ssh agent. I'll see what I can do.
ok, maybe i can monitor the ssh agent then. ill look at that
On Sun, Sep 2, 2018 10:18 AM, Tomás Pollak [email protected] wrote: Nope, although there should be. This usually happens when you're unable to connect, either because of a missing ssh key or authentication problems with your ssh agent. I'll see what I can do.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
[email protected]+1 646 780 0570
Ok, just pushed a small update. Try running the new version and see if it works. :)
last commit showing is still 28 april. did you push to master?
its confusing. im able to successfully ssh using the same machine w/ no issues.
e.g. this works w/ passwordless
ssh -p 7307 [email protected]
none of these do
rtop -u anthony -p 7307 192.168.1.200
rtop -u anthony -p 7307 192.168.1.200 -k ~/.ssh/id_rsa
rtop -p 7307 [email protected]
Yikes, you're right. I published without pulling first the latest changes on Github (that address that issue). Try again using version 0.4.6.
(And sorry for the goofyness, haha)
i must be doing something really wrong as i am still getting 'all configured authentication methods failed' regardless of what hosts, keys, flags i use. i suspect a permissions problem somewhere but not sure where to look. sorry to bug you and thanks for the help
Are you able to ssh to the host(s) normally without any problems?
yes. its only rtop. i could probably figure this out on my own if i could get some diagnostics but there's nothing in the syslog as far as i can see and rtop isnt saying much. any ideas?