stechstudio / laravel-ssh-tunnel

Easy creation & maintenance of an SSH Tunnel for Laravel/Lumen
MIT License
191 stars 46 forks source link

Stop the Connection on purpose? #55

Closed christoph-werker closed 2 years ago

christoph-werker commented 2 years ago

Is there any way to stop the Connection?

christoph-werker commented 2 years ago

Found it: lsof -ti:PORT | xargs kill -9

https://askubuntu.com/questions/447820/ssh-l-error-bind-address-already-in-use