caluml opened a new issue, #421: URL: https://github.com/apache/mina-sshd/issues/421
### Version 2.10.0 ### Bug description I am trying to get the SSH server functionality running, and am having problems. I think it might be useful for people new to the project and to the internals of SSH if there was a ready-made example of how to run an SSH server (with all the most common options). The current documentation suggests using SshServer.setUpDefaultServer(), but even this needs HostKeyCertificateProviders, SignatureFactories etc specified, and I haven't been able to work out what I need to configure in order to get rid of "getKexProposal() no resolved signatures available." It would be great if the example only included Java, without the need for files (keys, certs, etc) on the local filesystem. ### Actual behavior There is no ready-made example that "just works" ### Expected behavior A ready-made example that "just works". ### Relevant log output _No response_ ### Other information _No response_ -- 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]
