version 1.7, 2009/08/03 17:49:39
|
version 1.8, 2009/08/03 18:24:23
|
Line 112 pipeline backend on /dds/socdc living on |
|
Line 112 pipeline backend on /dds/socdc living on |
|
| |
This requires that an ssh-agent be running. If you reboot a dcs machine do: | This requires that an ssh-agent be running. If you reboot a dcs machine do: |
| |
> ssh-agent | head -2 > /tmp/ssh-agent.env |
> ssh-agent | head -2 > /var/tmp/ssh-agent.env |
> chmod 600 /tmp/ssh-agent.env |
> chmod 600 /var/tmp/ssh-agent.env |
> source /tmp/ssh-agent.env |
> source /var/tmp/ssh-agent.env |
> ssh-add (or for sonar: ssh-add /home/production/.ssh/id_rsa) | > ssh-add (or for sonar: ssh-add /home/production/.ssh/id_rsa) |
(The password is written on my whiteboard) | (The password is written on my whiteboard) |
| |
NOTE: cron jobs use this /tmp/ssh-agent.env file |
NOTE: cron jobs use this /var/tmp/ssh-agent.env file |
| |
If you want another window to use the ssh-agent that is already running do: | If you want another window to use the ssh-agent that is already running do: |
> source /tmp/ssh-agent.env |
> source /var/tmp/ssh-agent.env |
| |
NOTE: on any one machine for user production there s/b just one ssh-agent | NOTE: on any one machine for user production there s/b just one ssh-agent |
running. | running. |