insidelog
insidelog copied to clipboard
[Question] How to configuration ssh with a proxy
Hi,
In my .ssh/config
, I use a proxycommand option do "jump" to my server.
Can we configure this kind of connection with insidelog ?
Hi, thank you for looking at insidelog
The software is designed to display content of files present in a server. Sorry I do not understand what do you mean by "jump" to a server.
In fact you still can connect to a server without being obliged to type a password: by using your ssh public/private key pair.
If we want to offer another connection mechanism, we should see if it is supported by the underlying ssh java lib: http://www.jcraft.com/jsch/
Have a nice day.
Best regards, Philippe
Hi,
Thanks for the reply, "jump" means that I must connect to a server A to be able to connect to a server B. From A I have access to the server B but I don't have a direct access.
There is an implementation example on Jsch pages: JumpHosts.java
Thanks