diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-12-15 12:22:18 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-12-15 12:22:18 +0100 |
commit | efde1bd2406286b2d0cd0ee3a1292faadb62efec (patch) | |
tree | 5aca0ed82c4d93363bf7e1fbf71cf1620355c4db | |
parent | dfb052220ba6cdf062055b46d480f674938192ab (diff) |
public_hurd_boxen: Remove UserKnownHostsFile and StrictHostKeyChecking overrides.
-rw-r--r-- | public_hurd_boxen.mdwn | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/public_hurd_boxen.mdwn b/public_hurd_boxen.mdwn index de636a80..cbe80b8f 100644 --- a/public_hurd_boxen.mdwn +++ b/public_hurd_boxen.mdwn @@ -6,8 +6,8 @@ id="license" text="Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license -is included in the section entitled -[[GNU Free Documentation License|/fdl]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] Here are some Hurd boxes that users have made available to the public: @@ -69,12 +69,7 @@ connecting from: Host *.bddebian.com blubber clubber flubber gnubber goober grubber snubber zenhost CheckHostIP no - UserKnownHostsFile /dev/null - StrictHostKeyChecking no User [username] The `CheckHostIP` statement is for not having to worry about the machines's IP -addresses changing (due to dial-up connection), and the `UserKnownHostsFile` -one together with the `StrictHostKeyChecking` one are for not having ot worry -about the host keys changing (when the machines are re-installed). Of course, -this undermines SSH's security system, so you may disagree about these. +addresses changing (due to being behind a dial-up connection). |