]> andersk Git - gssapi-openssh.git/commitdiff
o Formatting changes to standard output of setup script.
authorcphillip <cphillip>
Wed, 3 Jul 2002 18:47:03 +0000 (18:47 +0000)
committercphillip <cphillip>
Wed, 3 Jul 2002 18:47:03 +0000 (18:47 +0000)
setup/setup-openssh.pl

index 4ba82bf9f8a2f178981808cc4a019c8cde7f715f..4e4d1ef288abab889b0f36efc488c2656663407c 100644 (file)
@@ -183,21 +183,21 @@ if ( !getPrivilegeSeparation() )
     print "    this feature, your system appears to require some additional\n";
     print "    configuration.\n";
     print "\n";
-    print "    To enable privilege separation:\n";
+    print "    Perform the following steps to enable privilege separation:\n";
     print "\n";
-    print "    \tIf the system user 'sshd' does not already exist,\n";
-    print "    \tadd a user with that username.\n";
+    print "    \t1) If the system user 'sshd' does not already exist, add a\n";
+    print "    \t   user with that username.\n";
     print "\n";
-    print "    \tVerify that /var/empty exists, is owned by root,\n";
-    print "    \tand has a mode of 0700.\n";
+    print "    \t2) Verify that /var/empty exists, is owned by root, and has\n";
+    print "    \t   a mode of 0700.\n";
     print "\n";
-    print "    \tEnable the feature UsePrivilegeSeparation in\n";
-    print "    \t\$GLOBUS_LOCATION/etc/ssh/sshd_config.\n";
+    print "    \t3) Enable the feature UsePrivilegeSeparation in\n";
+    print "    \t   \$GLOBUS_LOCATION/etc/ssh/sshd_config.\n";
 }
 
 print "\n";
-print "For more information about GSI-Enabled OpenSSH, visit:\n";
-print "<http://www.ncsa.uiuc.edu/Divisions/ACES/GSI/openssh/>\n";
+print "  o For more information about GSI-Enabled OpenSSH, visit:\n";
+print "    <http://www.ncsa.uiuc.edu/Divisions/ACES/GSI/openssh/>\n";
 
 #
 # give the user a chance to read all of this output
This page took 0.044925 seconds and 5 git commands to generate.