You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: