OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:knownhostpath
(Results
1 - 1
of
1
) sorted by null
/external/ganymed-ssh2/examples/
SwingShell.java
56
static final String
knownHostPath
= "~/.ssh/known_hosts";
71
File knownHostFile = new File(
knownHostPath
);
430
KnownHosts.addHostkeyToFile(new File(
knownHostPath
), new String[] { hashedHostname },
Completed in 6373 milliseconds