summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Hurd/PublicHurdBoxen.mdwn12
1 files changed, 10 insertions, 2 deletions
diff --git a/Hurd/PublicHurdBoxen.mdwn b/Hurd/PublicHurdBoxen.mdwn
index a937a86a..196dbaad 100644
--- a/Hurd/PublicHurdBoxen.mdwn
+++ b/Hurd/PublicHurdBoxen.mdwn
@@ -35,7 +35,9 @@ Barry deFreese:
Contact **bddebian** or **tschwinge** in [[HurdIRC]] for details or to request an account.
-For ease of use, put something like the following into _~/.ssh/config_:
+To be able to use just `ssh [machine]`, you should append your public SSH key to _~/.ssh/authorized\_keys_ on the remote machine.
+
+And if you don't want to worry about the machines's IP addresses changing (due to the dial-up connection) or the host keys changing every now and then (when the machines are re-installed), put something like the following into _~/.ssh/config_ of the machine you connect from:
Host clubber.bddebian.com clubber
HostName clubber.bddebian.com
@@ -45,8 +47,14 @@ For ease of use, put something like the following into _~/.ssh/config_:
HostName flubber.bddebian.com
Port 2250
- Host *.bddebian.com clubber flubber
+ Host gnubber.bddebian.com gnubber
+ HostName gnubber.bddebian.com
+ Port 2254
+
+ Host *.bddebian.com clubber flubber gnubber
CheckHostIP no
+ UserKnownHostsFile /dev/null
+ StrictHostKeyChecking no
User [username]
-- [[Main/BarryDeFreese]] - 22 Feb 2006