1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

authplugin-example.py: Mention documentation.

(Just in case anyone's entry point is this example, and concludes they
have to reverse-engineer the protocol from the script.)
This commit is contained in:
Jacob Nevins 2022-10-24 12:45:17 +01:00
parent 9701a3dcaa
commit 538c8fd29c

View File

@ -3,6 +3,8 @@
# This is a demonstration example of how to write a
# keyboard-interactive authentication helper plugin using PuTTY's
# protocol for involving it in SSH connection setup.
# The protocol, and the purpose of an authentication plugin, is
# fully documented in an appendix to the PuTTY manual.
import io
import os