tomaswolf commented on issue #894: URL: https://github.com/apache/mina-sshd/issues/894#issuecomment-4287604836
Cannot reproduce with 2.17.1, and AFAIK this has always worked. ``` SshServer server = ... CoreModuleProperties.SERVER_IDENTIFICATION.set(server, "FOOBAR"); ``` works, and ``` SshClient client = ... CoreModuleProperties.CLIENT_IDENTIFICATION.set(client, "BARFOO"); ``` also works. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
