Interface Ssh
- All Known Subinterfaces:
SshDownloader<A>,SshUploader<A>
- All Known Implementing Classes:
AbstractSshDownloader,AbstractSshUploader,ScpDownloader,ScpUploader,SftpDownloader,SftpUploader,SshDelegate
public interface Ssh
- Since:
- 1.1.0
- Author:
- Andres Almiray
-
Method Summary
Modifier and TypeMethodDescriptiongetHost()getPort()voidsetFingerprint(String fingerprint) voidvoidsetKnownHostsFile(String knownHostsFile) voidsetPassphrase(String passphrase) voidsetPassword(String password) voidvoidsetPrivateKey(String privateKey) voidsetPublicKey(String publicKey) voidsetUsername(String username)
-
Method Details
-
getUsername
String getUsername() -
setUsername
-
getPassword
String getPassword() -
setPassword
-
getHost
String getHost() -
setHost
-
getPort
Integer getPort() -
setPort
-
getKnownHostsFile
String getKnownHostsFile() -
setKnownHostsFile
-
getPublicKey
String getPublicKey() -
setPublicKey
-
getPrivateKey
String getPrivateKey() -
setPrivateKey
-
getPassphrase
String getPassphrase() -
setPassphrase
-
getFingerprint
String getFingerprint() -
setFingerprint
-