NETworkManager icon indicating copy to clipboard operation
NETworkManager copied to clipboard

ssh gateway, port forwarding feature needs

Open sp900409 opened this issue 1 year ago • 3 comments

I have assets that not access from the public internet. I recommend to add ssh gateway and local;remote;dynamic port forward features.

sp900409 avatar May 22 '24 19:05 sp900409

Looks like this is possible via PuTTY with the parameter -L and -R, i need to check it.

BornToBeRoot avatar Dec 22 '24 19:12 BornToBeRoot

@sp900409 you could pass a parameter to the PuTTY session like -L 8080:localhost:8080

image

BornToBeRoot avatar Dec 22 '24 22:12 BornToBeRoot

It would be great if you could edit the connection like in PuTTY, where you right-click on the window and change the settings without losing the session.

caicob avatar Jan 31 '25 20:01 caicob