|
Lines 120-122
Link Here
|
| 120 |
With this option, a password will be asked at start-up. Once the |
|
|
| 121 |
lifetime is reached <em>ssh-add -X</em> allows you to run for another |
| 122 |
"lifetime" again. |
|
Lines 147-157
Link Here
|
| 147 |
There are two main ways to get an agent setup: i) Either the agent starts |
144 |
There are two main ways to get an agent setup: Either the agent starts a |
| 148 |
a new subcommand into which some environment variables are exported, or |
145 |
new subcommand into which some environment variables are exported, or the |
| 149 |
ii) the agent prints the needed shell commands (either <A HREF="/cgi-bin/man.cgi?query=sh&sektion=1&arch=&apropos=0&manpath=OpenBSD+Current">sh(1)</A> or <A HREF="/cgi-bin/man.cgi?query=csh&sektion=1&arch=&apropos=0&manpath=OpenBSD+Current">csh(1)</A> |
146 |
agent prints the needed shell commands (either <A HREF="/cgi-bin/man.cgi?query=sh&sektion=1&arch=&apropos=0&manpath=OpenBSD+Current">sh(1)</A> or <A HREF="/cgi-bin/man.cgi?query=csh&sektion=1&arch=&apropos=0&manpath=OpenBSD+Current">csh(1)</A> syntax can |
| 150 |
syntax can be generated) which can be evalled in the calling shell. |
147 |
be generated) which can be evalled in the calling shell. Later <A HREF="/cgi-bin/man.cgi?query=ssh&sektion=1&arch=&apropos=0&manpath=OpenBSD+Current">ssh(1)</A> |
| 151 |
|
148 |
looks at these variables and uses them to establish a connection to the |
| 152 |
Examples for ii): |
149 |
agent. |
| 153 |
<i><CODE>eval `ssh-agent -s`</CODE></i> for Bourne shell or |
|
|
| 154 |
<i><CODE>eval `ssh-agent -c`</CODE></i> for the C-shell family. |
| 155 |
|
| 156 |
Later <A HREF="/cgi-bin/man.cgi?query=ssh&sektion=1&arch=&apropos=0&manpath=OpenBSD+Current">ssh(1)</A> looks at these variables and uses them to establish a |
| 157 |
connection to the agent. |
| 158 |
-- |