-
-
Notifications
You must be signed in to change notification settings - Fork 161
sshpiper requires restart after plugin adds methods #644
Copy link
Copy link
Open
Description
This is a bit niche, but I added some extra plugin handlers to my code, restarted my grpc plugin server, and was surprised that my changes weren't working. I had to restart sshpiper to pick up on my new banner. This was unintuitive!
+ NoClientAuthCallback: p.handleNoneAuth,
+ BannerCallback: p.handleBanner,
+ NextAuthMethodsCallback: p.handleNextAuthMethods,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels