Skip to content

Instantly share code, notes, and snippets.

@kylejeske
Created April 22, 2019 16:22
Show Gist options
  • Save kylejeske/73227a3dff076d8a78fbe63bb8c4650a to your computer and use it in GitHub Desktop.
Save kylejeske/73227a3dff076d8a78fbe63bb8c4650a to your computer and use it in GitHub Desktop.
Debug SSHD Service
#!/bin/sh
# Run this on your server, and connect to port 2020.
sudo `which sshd` -p 2020 -Dd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment