Invalid access to memory - tunneling through multiple hops
Hi Martin,
perhaps this isn't a bug but just a feature request.
WinSCP 4.1.5 b410, WinSCP FAR Plugin 1.6.0 b138
Recently I have a configuration where I can only connect to the final destination host through 2 hops. I figured out that it can be done rather easily with setting the 2nd hop as the tunnel and setting a local proxy with a plink command line as follows:
plink.exe {1stHopIP} -ssh -l {1stHopUser} -pw {pw} -batch -nc {2ndHopIP}:{port}\n
In WinSCP it works like a charm, but while trying to use that saved session through the Far plugin, it does nothing just drops the "Invalid access to memory" error.
Could you suggest an another approach to this 2-hops tunneling configuration which should work also with the plugin?
Or do you plan to include this local proxy feature in the future version of the plugin?
Thanks
perhaps this isn't a bug but just a feature request.
WinSCP 4.1.5 b410, WinSCP FAR Plugin 1.6.0 b138
Recently I have a configuration where I can only connect to the final destination host through 2 hops. I figured out that it can be done rather easily with setting the 2nd hop as the tunnel and setting a local proxy with a plink command line as follows:
plink.exe {1stHopIP} -ssh -l {1stHopUser} -pw {pw} -batch -nc {2ndHopIP}:{port}\n
In WinSCP it works like a charm, but while trying to use that saved session through the Far plugin, it does nothing just drops the "Invalid access to memory" error.
Could you suggest an another approach to this 2-hops tunneling configuration which should work also with the plugin?
Or do you plan to include this local proxy feature in the future version of the plugin?
Thanks