summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-05-30 08:45:33 +0000
committerivan <ivan>2003-05-30 08:45:33 +0000
commite58e375c39f08c28239ecc173cc3fbf3f5ca5b92 (patch)
treeaeffe6fc8be0df47510dab31d39c46b3dc8f37fa
parente354694764fb1442b6bc74a63189f094c51f1a89 (diff)
doc
-rwxr-xr-xhttemplate/docs/ssh.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/docs/ssh.html b/httemplate/docs/ssh.html
index 9716f1e..d2c501e 100755
--- a/httemplate/docs/ssh.html
+++ b/httemplate/docs/ssh.html
@@ -9,6 +9,7 @@
<li>Append the newly-created <code>identity.pub</code> file to <code>~root/.ssh/authorized_keys</code> (or the appopriate <code>~username/.ssh/authorized_keys</code>) on the remote machine(s).
<li>Some new SSH v2 implementation accept v2 style keys only. Use the <code>-t</code> option to <a href="http://www.tac.eu.org/cgi-bin/man-cgi?ssh-keygen+1">ssh-keygen</a>, and append the created <code>id_dsa.pub</code> or <code>id_rsa.pub</code> to <code>~root/.ssh/authorized_keys2</code> (or the appopriate <code>~username/.ssh/authorized_keys</code>) on the remote machine(s).
<li>You may need to set <code>PermitRootLogin without-password</code> (meaning with keys only) in your <code>sshd_config</code> file on the remote machine(s).
+ <li>You may want to set <code>ForwardX11 = no</code> in <code>~root/.ssh/config</code> to prevent spurious errors if your distribution turns on X11 forwarding by default.
</ul>
</body>