String password, int port, long defaultTimeout) throws IOException { SshClient client = SshClient.setUpDefaultClient(); PropertyResolverUtils.updateProperty(client, CoreModuleProperties.PASSWORD_PROMPTS.getName(), 1); client.start(); client.setUserAuthFactories(Collections.singletonList(UserAuthKeyboardInte...