pahaz / sshtunnel

SSH tunnels to remote server.
MIT License
1.23k stars 184 forks source link

opentunnel with -N parameter #264

Open B14ckP4nd4 opened 2 years ago

B14ckP4nd4 commented 2 years ago

Hello dear

I am working on a client-side connection that will open a tunnel on a server with a user that doesn't have permission to run command and the user only can use port forwarding so on client-side ssh most run with the -N argument

now where I open my tunnel the tunnel will close by the server because the ssh tunnel didn't pass -N

how can I solve this issue?