public static class OpenSshConfig.Host
extends java.lang.Object
If returned from OpenSshConfig.lookup(String)
some or all of the
properties may not be populated. The properties which are not populated
should be defaulted by the caller.
When returned from OpenSshConfig.lookup(String)
any wildcard
entries which appear later in the configuration file will have been
already merged into this block.
Constructor and Description |
---|
OpenSshConfig.Host() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostName() |
java.io.File |
getIdentityFile() |
int |
getPort() |
java.lang.String |
getPreferredAuthentications() |
java.lang.String |
getStrictHostKeyChecking() |
java.lang.String |
getUser() |
boolean |
isBatchMode() |
public java.lang.String getStrictHostKeyChecking()
public java.lang.String getHostName()
public int getPort()
public java.io.File getIdentityFile()
public java.lang.String getUser()
public java.lang.String getPreferredAuthentications()
public boolean isBatchMode()
Copyright © 2012. All Rights Reserved.