View | Details | Raw Unified | Return to bug 481 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-12 / +6 lines)
Lines 144-154 Link Here
144
     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
145
     a new subcommand into which some environment variables are exported, or 
145
     new subcommand into which some environment variables are exported, or the
146
     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
147
     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>
148
148
     looks at these variables and uses them to establish a connection to the
149
     Examples for ii):
149
     agent.
150
     <i><CODE>eval `ssh-agent -s`</CODE></i> for Bourne shell or
151
     <i><CODE>eval `ssh-agent -s`</CODE></i> for the C-shell family.
152
153
     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 
154
     connection to the agent.
155
--

Return to bug 481