X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fssh.html;h=d2c501e35cb337f5ec53dfbe9dfcfc6ee839450e;hp=9716f1e8664f6e905d2cf747a9664e2eeffa03d4;hb=657742d1118c350120ecac455ae013f1deed5b83;hpb=ed0c10c5969c60fd2be050a9a5f3830bc347739a diff --git a/httemplate/docs/ssh.html b/httemplate/docs/ssh.html index 9716f1e86..d2c501e35 100755 --- a/httemplate/docs/ssh.html +++ b/httemplate/docs/ssh.html @@ -9,6 +9,7 @@
  • Append the newly-created identity.pub file to ~root/.ssh/authorized_keys (or the appopriate ~username/.ssh/authorized_keys) on the remote machine(s).
  • Some new SSH v2 implementation accept v2 style keys only. Use the -t option to ssh-keygen, and append the created id_dsa.pub or id_rsa.pub to ~root/.ssh/authorized_keys2 (or the appopriate ~username/.ssh/authorized_keys) on the remote machine(s).
  • You may need to set PermitRootLogin without-password (meaning with keys only) in your sshd_config file on the remote machine(s). +
  • You may want to set ForwardX11 = no in ~root/.ssh/config to prevent spurious errors if your distribution turns on X11 forwarding by default.