181182183184185186187188189190191192193194195196197198
encoding = Utils.UTF_8; } // log.log(Level.INFO, "Booting SSHD"); SSHLifeCycle lifeCycle = new SSHLifeCycle( getContext(), encoding, port, idleTimeout, authTimeout, keyPairProvider, authPlugins); lifeCycle.init(); // this.lifeCycle = lifeCycle; }