Minecraft-SSHD/src/main/java/com/ryanmichela/sshd
Justin Crawford 0458179597
Add support for authorized_keys files.
Each user can have a set of authorized keys for public key authentication.
This is better to support as it lets us use different algorithms and not
just RSA. In the age of security, it's good to have variety.

I also added additional libraries to support ed25519-based public keys.

I updated the SSH libraries so any upstream bug fixes are applied, fixed
some warnings and a few other things.
2019-10-02 19:14:56 -07:00
..
implementations Add support for authorized_keys files. 2019-10-02 19:14:56 -07:00
ConfigPasswordAuthenticator.java Fix codestyle 2018-05-06 19:42:57 +03:00
ConsoleCommandCompleter.java Fix codestyle 2018-05-06 19:42:57 +03:00
ConsoleCommandFactory.java Add support for authorized_keys files. 2019-10-02 19:14:56 -07:00
ConsoleLogFormatter.java Fix codestyle 2018-05-06 19:42:57 +03:00
ConsoleShellFactory.java Add support for authorized_keys files. 2019-10-02 19:14:56 -07:00
FlushyOutputStream.java Fixed #10 2018-05-06 19:42:39 +03:00
FlushyStreamHandler.java Fix codestyle 2018-05-06 19:42:57 +03:00
PublicKeyAuthenticator.java Add support for authorized_keys files. 2019-10-02 19:14:56 -07:00
ReflectionUtil.java Fix codestyle 2018-05-06 19:42:57 +03:00
SshTerminal.java Fix for paperspigot. Added bundled jline. Works with both spigot and paperspigot now. 2017-11-14 17:06:20 +03:00
SshdPlugin.java Add support for authorized_keys files. 2019-10-02 19:14:56 -07:00
StreamHandlerAppender.java Fix codestyle 2018-05-06 19:42:57 +03:00
Waitable.java Fix codestyle 2018-05-06 19:42:57 +03:00