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 CommandFactory setupCommandFactory​(SshServer sshd,
                                                          java.util.logging.Level level,
                                                          java.io.PrintStream stdout,
                                                          java.io.PrintStream stderr,
                                                          ShellFactory shellFactory)