Differences between version 77 and previous revision of SSHNotes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 77 | Last edited on Sunday, June 25, 2006 8:45:10 am | by AristotlePagaltzis | Revert |
Older page: | version 76 | Last edited on Saturday, June 24, 2006 12:57:00 pm | by BrianSzymanski | Revert |
@@ -76,9 +76,9 @@
Port 9623
CheckHostIP no
</verbatim>
-Note that your system's configuration (in ssh_config) might default to CheckHostIP being off, which means you can safely omit those lines from your configuration. YMMV.
+Note that your system's configuration (in <tt>
ssh_config</tt>
) might default to <tt>
CheckHostIP</tt>
being off, which means you can safely omit those lines from your configuration. [
YMMV]
.
Now instead of typing <tt>ssh -p 9622 example.com</tt>, you say <tt>ssh foo</tt> and ssh(1) will figure things out correctly.
A clumsier workaround is to add <tt>~UserKnownHostsFile ~~/.ssh/known_hosts_<i>hostname</i></tt> to each ssh_config(5) stanza, so a different list of known hosts is used for each host.