[Swift-commit] r6546 - branches/release-0.94/docs/siteguide

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Thu Jun 13 12:07:15 CDT 2013


Author: davidk
Date: 2013-06-13 12:07:15 -0500 (Thu, 13 Jun 2013)
New Revision: 6546

Modified:
   branches/release-0.94/docs/siteguide/ssh
Log:
Fix error in verification step


Modified: branches/release-0.94/docs/siteguide/ssh
===================================================================
--- branches/release-0.94/docs/siteguide/ssh	2013-06-13 17:00:02 UTC (rev 6545)
+++ branches/release-0.94/docs/siteguide/ssh	2013-06-13 17:07:15 UTC (rev 6546)
@@ -29,10 +29,10 @@
 command to verify your keys are working:
 
 -----
-ssh -i $HOME/.ssh/id_dsa-swift user at login.remotehost.edu
+$ ssh -o IdentitiesOnly=true -i $HOME/.ssh/id_dsa-swift user at login.remotehost.edu
 -----
 
-You should be able to connect without being asked for a password or passphrase.
+You should be prompted for your new passphrase and be able to connect.
 
 Create auth.defaults
 ~~~~~~~~~~~~~~~~~~~~




More information about the Swift-commit mailing list