oxidized icon indicating copy to clipboard operation
oxidized copied to clipboard

oxidized with ssh proxy and telnet

Open joschi99 opened this issue 4 years ago • 4 comments

We are using oxidized through a ssh proxy (different jumphosts) to access switches on different sites. This is working very well as we are connecting to switches using SSH, but there are some network devices only with telnet access and at the moment we are not able to connect to this switches:

oxidized -> SSH -> jumphost -> SSH -> Network device: OK oxidized -> SSH -> jumphost -> telnet -> Network device: FAIL

Is there are way to do this? #1235 seems similar case, but closed without any solution.

joschi99 avatar Oct 22 '21 15:10 joschi99

it a good feature

macaty avatar Oct 27 '21 05:10 macaty

Not sure if this will help in your case, but I have written a ssh to telnet proxy - https://github.com/eoprede/ssh_to_telnet_proxy If you have a good place to run that code on, oxydized would connect to it just like any ssh host (so all the proxying should work too) and be able to do whatever it needs to

eoprede avatar Oct 28 '21 13:10 eoprede

somebody has to write this and make a PR

mortzu avatar Jan 12 '22 11:01 mortzu

I have the same problem: https://github.com/ytti/oxidized/issues/2536 Unafortunelly, no solution yet.

lucdnb avatar Jul 19 '22 09:07 lucdnb