mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48: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.)
(cherry picked from commit 538c8fd29c
)
This commit is contained in:
parent
7398dfa3fc
commit
5a50288718
@ -3,6 +3,8 @@
|
|||||||
# This is a demonstration example of how to write a
|
# This is a demonstration example of how to write a
|
||||||
# keyboard-interactive authentication helper plugin using PuTTY's
|
# keyboard-interactive authentication helper plugin using PuTTY's
|
||||||
# protocol for involving it in SSH connection setup.
|
# 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 io
|
||||||
import os
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user