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,
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!