Created
April 22, 2019 16:22
-
-
Save kylejeske/73227a3dff076d8a78fbe63bb8c4650a to your computer and use it in GitHub Desktop.
Debug SSHD Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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