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 boolean
RemoteIdentification. configureUserAccess(SftpClient sftp, java.lang.String serverId, java.lang.String system, java.lang.String username, SshPublicKey pk, java.lang.String authorizationFile, int mode)
boolean
RemoteIdentification. 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)
AuthorizedKeysFormat
RemoteIdentification. getAuthorizedKeysFormat()
static RemoteIdentification
RemoteIdentificationFactory. getInstance(java.lang.String serverId, java.lang.String hostname)
java.lang.String
RemoteIdentification. getName(java.lang.String ident)
java.lang.String
SystemVerification. inputAuthorizationFile(java.lang.String defaultPath)
java.lang.String
SystemVerification. inputPassword(java.lang.String prompt)
java.lang.String
SystemVerification. inputUsername(java.lang.String prompt)
static AuthorizedKeys
AuthorizedKeys. parse(byte[] formatted, java.lang.String serverId, java.lang.String hostname, AuthorizedKeysFileLoader loader)
-