Skip to content

Instantly share code, notes, and snippets.

@DenisDov
Created August 10, 2020 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DenisDov/c2b23c02fcf2efd09cc0b43879fd2717 to your computer and use it in GitHub Desktop.
Save DenisDov/c2b23c02fcf2efd09cc0b43879fd2717 to your computer and use it in GitHub Desktop.
kill ssh port
lsof -ti:5901 | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment