Comments on: Good use of the Hosts file http://www.terminally-incoherent.com/blog/2006/09/12/good-use-of-the-hosts-file/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Robin Stamer http://www.terminally-incoherent.com/blog/2006/09/12/good-use-of-the-hosts-file/#comment-13542 Tue, 10 Nov 2009 14:50:13 +0000 http://www.terminally-incoherent.com/blog/2006/09/12/good-use-of-the-hosts-file/#comment-13542

man ssh_config

Just as effective, but is able to also store special configuration options per host. Example:

    Host Router-0
        HostName 10.0.0.1
        ForwardAgent Yes

Then just “ssh Router-0” (note: case-sensitive).

Reply  |  Quote
]]>