diff options
Diffstat (limited to 'usr/src/cmd/ssh/include/servconf.h')
-rw-r--r-- | usr/src/cmd/ssh/include/servconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/ssh/include/servconf.h b/usr/src/cmd/ssh/include/servconf.h index a66c6415cb..9a32544c2a 100644 --- a/usr/src/cmd/ssh/include/servconf.h +++ b/usr/src/cmd/ssh/include/servconf.h @@ -167,6 +167,7 @@ typedef struct { char *pre_userauth_hook; char *pam_service_prefix; char *pam_service_name; + char *pubkey_plugin; } ServerOptions; |