Class SshServerMain

    • Constructor Detail

      • SshServerMain

        public SshServerMain()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setupCommandFactory

        private static org.apache.sshd.server.command.CommandFactory setupCommandFactory​(org.apache.sshd.server.SshServer sshd,
                                                                                         java.util.logging.Level level,
                                                                                         java.io.PrintStream stdout,
                                                                                         java.io.PrintStream stderr,
                                                                                         org.apache.sshd.server.shell.ShellFactory shellFactory)