]> scripts.mit.edu Git - www/raw.git/commitdiff
Import from TextPattern
authorJeffrey B Arnold <jbarnold@mit.edu>
Sun, 30 Jul 2006 14:03:27 +0000 (10:03 -0400)
committerJeffrey B Arnold <jbarnold@mit.edu>
Sun, 30 Jul 2006 14:03:27 +0000 (10:03 -0400)
faq/43.mdwn [new file with mode: 0644]

diff --git a/faq/43.mdwn b/faq/43.mdwn
new file mode 100644 (file)
index 0000000..0b7e58e
--- /dev/null
@@ -0,0 +1,17 @@
+[[!meta title="Why is ssh -k recommended for ssh-ing into scripts.mit.edu?"]]
+Kerberos ticket forwarding (ssh -K [note the capital letter], the
+default on Athena) will attempt to transfer your full Athena
+credentials to scripts.mit.edu. The scripts server does not need
+these credentials, and good security practice suggests that you
+should not transfer your credentials where you do not need them.
+
+If you instead use ssh -k [note the lower case letter], you will
+authenticate yourself to the scripts server using your kerberos
+tickets, without giving the scripts server any special priveleges
+over your Athena account.
+
+In short, **ssh -k scripts.mit.edu** is the recommended means of
+ssh-ing to the scripts server.
+
+
+