Bugzilla – Attachment 635 Details for
Bug 481
Extend man page with documentation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Import examples into nroff source.
openbsd-ssh-agent-man.patch (text/plain), 1.22 KB, created by
Darren Tucker
on 2004-05-12 14:35:44 AEST
(
hide
)
Description:
Import examples into nroff source.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2004-05-12 14:35:44 AEST
Size:
1.22 KB
patch
obsolete
>Index: ssh-agent.1 >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/ssh-agent.1,v >retrieving revision 1.39 >diff -u -p -r1.39 ssh-agent.1 >--- ssh-agent.1 11 Jun 2003 12:04:39 -0000 1.39 >+++ ssh-agent.1 12 May 2004 04:32:27 -0000 >@@ -134,13 +134,25 @@ remote logins, and the user can thus use > identities anywhere in the network in a secure way. > .Pp > There are two main ways to get an agent set up: >-Either the agent starts a new subcommand into which some environment >-variables are exported, or the agent prints the needed shell commands >-(either >+The first is that the agent starts a new subcommand into which some environment >+variables are exported, eg >+.Cm ssh-agent xterm & . >+The second is that the agent prints the needed shell commands (either > .Xr sh 1 > or > .Xr csh 1 >-syntax can be generated) which can be evalled in the calling shell. >+syntax can be generated) which can be evalled in the calling shell, eg >+.Cm eval `ssh-agent -s` >+for Bourne-type shells such as >+.Xr sh 1 >+or >+.Xr ksh 1 >+and >+.Cm eval `ssh-agent -c` >+for >+.Xr csh 1 >+shell and derivatives. >+.Pp > Later > .Xr ssh 1 > looks at these variables and uses them to establish a connection to the agent.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 481
:
216
|
231
| 635