Skip to content

sshpiper requires restart after plugin adds methods #644

@philz

Description

@philz

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions