sshconf icon indicating copy to clipboard operation
sshconf copied to clipboard

how to add multi property

Open owenstake opened this issue 1 year ago • 0 comments

result ssh config file. we will have multi "RemoteForward" property

Host 192.168.110.4
  ProxyCommand nc -X 5 -x 172.26.176.1:10832 %h %p
  RemoteForward localhost:3322  localhost:22
  RemoteForward localhost:10809 172.26.176.1:10809

owenstake avatar Jul 20 '23 08:07 owenstake