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