summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-04-27 23:13:02 +0000
committerThomas Schwinge <tschwinge@gnu.org>2006-04-27 23:13:02 +0000
commitac1d1a76997e84da4d841629091aa62da1ff1b4d (patch)
tree4549f3e0453365e2a7e0bbb963479fd7b887f550
parent28a6949a61967f6955721175821e38a6b9ad36ee (diff)
none
-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