SecureShell.knownHostsFile

String

Location of the "known_host" file containing the list of hosts keys. This file is, effectively, your personal Certificate Authority -- it is the list of all SSH server host keys that you have determined are accurate. By default it is search in the ".ssh" directory under the user logged in that is executing the FBL, for example: "C:\Documents and Settings\psmith\.ssh\known_hosts. You can indicate a different location by setting the attribute "knownHostsFiles", for example: "/tmp/known_hosts". Each entry in known_hosts is one big line with three or more whitespace separated fields as follows: - One or more server names or IP addresses, joined together by commas. - The type of key (described later). - The public key data itself (encoded to stay within the ASCII range). - Any optional comment data (not present in the above output).