https://github.com/Microsoft/vscode-docs/blob/master/docs/python/debugging.md#L309-L333
The instructions here need to be made explicit so that a newbie to SSH can follow them and have success.
Specific needs:
- The steps needed on the remote computer. Current docs indicate to modify sshd_config but it isn't clear what else needs to be done. Is there an ssh command that needs to be run? Is there a service that needs to be restarted?
- Verify that the above is all that's needed before running the program that contains ptvsd.wait_for_attach.
- Validate the local steps, and give an explicit example.
https://github.com/Microsoft/vscode-docs/blob/master/docs/python/debugging.md#L309-L333
The instructions here need to be made explicit so that a newbie to SSH can follow them and have success.
Specific needs: