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
When a sessiongets closed on the agent end, the session dies on the proxy end but the tunnel stays active. Meaning when I reconnect the agent, I can't use the same interface. The only way I've found to restart is to exit the proxy and restart it. This is problematic if I have multiple sessions running.
Describe the solution you'd like
An option to kill la tunnel by ID like tunnel_kill 1 and tunnel_killall if I just want to end them all.
Describe alternatives you've considered
tunnel_stop --agent 1 doesn't work if the session is dead
I may just not be doing this right. I apologize if that's the case.
Additional context
The text was updated successfully, but these errors were encountered:
When a sessiongets closed on the agent end, the session dies on the proxy end but the tunnel stays active. Meaning when I reconnect the agent, I can't use the same interface. The only way I've found to restart is to exit the proxy and restart it. This is problematic if I have multiple sessions running.
Describe the solution you'd like
An option to kill la tunnel by ID like tunnel_kill 1 and tunnel_killall if I just want to end them all.
Describe alternatives you've considered
tunnel_stop --agent 1 doesn't work if the session is dead
I may just not be doing this right. I apologize if that's the case.
Additional context
The text was updated successfully, but these errors were encountered: