Class SshServerMain


public class SshServerMain extends SshServerCliSupport
TODO Add javadoc
  • Constructor Details

    • SshServerMain

      public SshServerMain()
  • Method Details

    • main

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

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