Uses of Class
com.sshtools.common.automate.RemoteIdentificationException
-
Packages that use RemoteIdentificationException Package Description com.sshtools.common.automate -
-
Uses of RemoteIdentificationException in com.sshtools.common.automate
Methods in com.sshtools.common.automate that throw RemoteIdentificationException Modifier and Type Method Description booleanRemoteIdentification. configureUserAccess(SftpClient sftp, java.lang.String serverId, java.lang.String system, java.lang.String username, SshPublicKey pk, java.lang.String authorizationFile, int mode)booleanRemoteIdentification. configureUserAccess(SftpClient sftp, java.lang.String serverId, java.lang.String system, java.lang.String username, java.util.List keys, java.lang.String authorizationFile, int mode)static byte[]AuthorizedKeys. create(AuthorizedKeys keys, java.lang.String serverId, java.lang.String hostname, AuthorizedKeysFileSaver saver)AuthorizedKeysFormatRemoteIdentification. getAuthorizedKeysFormat()static RemoteIdentificationRemoteIdentificationFactory. getInstance(java.lang.String serverId, java.lang.String hostname)java.lang.StringRemoteIdentification. getName(java.lang.String ident)java.lang.StringSystemVerification. inputAuthorizationFile(java.lang.String defaultPath)java.lang.StringSystemVerification. inputPassword(java.lang.String prompt)java.lang.StringSystemVerification. inputUsername(java.lang.String prompt)static AuthorizedKeysAuthorizedKeys. parse(byte[] formatted, java.lang.String serverId, java.lang.String hostname, AuthorizedKeysFileLoader loader)
-