Searched defs:knownHostPath (Results 1 - 1 of 1) sorted by relevance

/external/ganymed-ssh2/examples/
H A DSwingShell.java56 static final String knownHostPath = "~/.ssh/known_hosts"; field in class:SwingShell
71 File knownHostFile = new File(knownHostPath);
430 KnownHosts.addHostkeyToFile(new File(knownHostPath), new String[] { hashedHostname },

Completed in 93 milliseconds