| Type | Name and description |
|---|---|
java.lang.Object |
allowAnyHostsRepresents that strict host key checking is turned off and any host is allowed. |
java.lang.Object |
knownHostsKnown hosts file. |
| Type | Name and description |
|---|---|
AddHostKey |
addHostKey(java.io.File knownHostsFile)Represents that a host key is automatically appended to the known hosts file. |
java.lang.Object |
toString__allowAnyHosts()Hides constant from result of toString(). |
Represents that strict host key checking is turned off and any host is allowed.
Known hosts file. This can be a java.io.File, java.util.List<java.io.File> or allowAnyHosts.
Represents that a host key is automatically appended to the known hosts file.
Hides constant from result of toString().