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

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Tue Jun 11 07:27:37 CDT 2013


Author: davidk
Date: 2013-06-11 07:27:37 -0500 (Tue, 11 Jun 2013)
New Revision: 6534

Modified:
   branches/release-0.94/docs/siteguide/ssh
Log:
Some minor updates for formatting


Modified: branches/release-0.94/docs/siteguide/ssh
===================================================================
--- branches/release-0.94/docs/siteguide/ssh	2013-06-11 11:56:21 UTC (rev 6533)
+++ branches/release-0.94/docs/siteguide/ssh	2013-06-11 12:27:37 UTC (rev 6534)
@@ -7,8 +7,7 @@
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 It is recommended that you create a new SSH key exclusively for this purpose.
 In order to avoid being prompted for passwords/passphrases, your SSH passphrase
-will be stored in a read protected file. Instead of using your real SSH key and
-passphrase for this purpose, create a new one. Run this command on the machine
+will be stored in a read protected file. Run this command on the machine
 where you will be running Swift:
 
 -----
@@ -37,12 +36,12 @@
 
 Create auth.defaults
 ~~~~~~~~~~~~~~~~~~~~
-Once you verify your keys are working, create a file called 
-$HOME/.ssh/auth.defaults by running the following commands
+Create a file called $HOME/.ssh/auth.defaults on the host where you are running Swift.
+Use the following commands to create this file:
 
 -----
-touch $HOME/.ssh/auth.defaults
-chmod 600 $HOME/.ssh/auth.defaults
+$ touch $HOME/.ssh/auth.defaults
+$ chmod 600 $HOME/.ssh/auth.defaults
 -----
 
 Next, edit $HOME/.ssh/auth.defaults and add the following lines:
@@ -53,8 +52,9 @@
 login.remotehost.edu.passphrase=your_passphrase
 -----
 
-Replace the values for "your_remote_username", "your_passphrase", and the path 
-to the private key you generated.
+Replace login.remotehost.edu with the hostname you want to use, replace the
+values for "your_remote_username", "your_passphrase", and set the correct path 
+of private key you generated.
 
 Create a sites.xml file
 ~~~~~~~~~~~~~~~~~~~~~~~
@@ -73,7 +73,7 @@
 </config>
 -----
 
-NOTE: This example will run work directly on login.remotehost.edu. In most 
+NOTE: This example will run work directly on login.remotehost.edu. In many 
 cases you will not want to do this. You'll like want to modify your sites.xml
 to use a remote scheduler, by setting jobmanager to ssh:pbs or ssh:slurm, for
 example. This usually requires also setting things like queues and walltimes.




More information about the Swift-commit mailing list