From 5a50288718443632719605e83e04949cd86863e7 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Mon, 24 Oct 2022 12:45:17 +0100 Subject: [PATCH] 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 538c8fd29ce89fcb69dd7af6ec372667a1b47775) --- contrib/authplugin-example.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/authplugin-example.py b/contrib/authplugin-example.py index 395bd2c8..1fc27257 100755 --- a/contrib/authplugin-example.py +++ b/contrib/authplugin-example.py @@ -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