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
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
argumentnow 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?