PortaSFTPServer commented on issue #903: URL: https://github.com/apache/mina-sshd/issues/903#issuecomment-5284196949
@9096tyz, I think what you can do: the spec doesn't dictate what string you put there beyond the required SSH-2.0- prefix — the softwareversion field just has to consist of printable ASCII with no whitespace or hyphens. So MINA SSHD (and most SSH servers/libraries) do expose a config property to override the identification string with something generic, rather than the real version — that's the legitimate mitigation the maintainers as already pointed from the dup. issue (#894), rather than trying to omit the field entirely, since RFC 4253 makes that non-optional. -- 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]
