mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -05: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:
parent
9701a3dcaa
commit
538c8fd29c
@ -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…
x
Reference in New Issue
Block a user