Changes between Version 107 and Version 108 of Download/SCDB


Ignore:
Timestamp:
Dec 3, 2009, 2:46:12 PM (15 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v107 v108  
    487487
    488488When using `ssh` as the communication method between the SVN server and the Quattor server, it is necessary to configure SSH keys to allow a password-less ssh connection (there is no way to enter a password in the script).
     489To configure these keys, you need to:
     490 * Log under the deployment account on the Quattor deployment server and run the command:
     491{{{
     492ssh -b 2048
     493}}}
     494 * Log in to the Subversion server as the same user as your SVN server (generally Apache account), copy the file with extension `.pub` generated in the previous step (in the directory `~/.ssh`)  and try to ssh to the Quattor deployment server using the same account as the one used by the deployment script (typically root).
     495 
     496In case of problems, refer to the [/wiki/Doc/SCDB/Server#TroubleshootingSVNhookscript troubleshooting] section of the SCDB server configuration documentation.
    489497
    490498=== sudo Configuration ===