Uses of Class
com.sshtools.common.automate.RemoteIdentificationException
Packages that use RemoteIdentificationException
-
Uses of RemoteIdentificationException in com.sshtools.common.automate
Methods in com.sshtools.common.automate that throw RemoteIdentificationExceptionModifier and TypeMethodDescriptionbooleanRemoteIdentification.configureUserAccess(SftpClient sftp, String serverId, String system, String username, SshPublicKey pk, String authorizationFile, int mode) booleanRemoteIdentification.configureUserAccess(SftpClient sftp, String serverId, String system, String username, List keys, String authorizationFile, int mode) static byte[]AuthorizedKeys.create(AuthorizedKeys keys, String serverId, String hostname, AuthorizedKeysFileSaver saver) RemoteIdentification.getAuthorizedKeysFormat()static RemoteIdentificationRemoteIdentificationFactory.getInstance(String serverId, String hostname) SystemVerification.inputAuthorizationFile(String defaultPath) SystemVerification.inputPassword(String prompt) SystemVerification.inputUsername(String prompt) static AuthorizedKeysAuthorizedKeys.parse(byte[] formatted, String serverId, String hostname, AuthorizedKeysFileLoader loader)