diff options
Diffstat (limited to 'usr/src/man/man1/ssh-add.1')
-rw-r--r-- | usr/src/man/man1/ssh-add.1 | 49 |
1 files changed, 6 insertions, 43 deletions
diff --git a/usr/src/man/man1/ssh-add.1 b/usr/src/man/man1/ssh-add.1 index ff26f6163b..fc7ec94c4a 100644 --- a/usr/src/man/man1/ssh-add.1 +++ b/usr/src/man/man1/ssh-add.1 @@ -2,7 +2,7 @@ .\" To view license terms, attribution, and copyright for OpenSSH, the default path is /var/sadm/pkg/SUNWsshdr/install/copyright. If the Solaris operating environment has been installed anywhere other than the default, modify the given path to access the file at the .\" installed location. .\" Portions Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved. -.TH ssh-add 1 "20 May 2009" "SunOS 5.11" "User Commands" +.TH SSH-ADD 1 "May 20, 2009" .SH NAME ssh-add \- add RSA or DSA identities to the authentication agent .SH SYNOPSIS @@ -31,88 +31,73 @@ The authentication agent must be running. The following options are supported: .sp .ne 2 -.mk .na \fB\fB-d\fR\fR .ad .RS 11n -.rt Instead of adding the identity, this option \fBremoves\fR the identity from the agent. .RE .sp .ne 2 -.mk .na \fB\fB-D\fR\fR .ad .RS 11n -.rt Deletes all identities from the agent. .RE .sp .ne 2 -.mk .na \fB\fB-l\fR\fR .ad .RS 11n -.rt Lists fingerprints of all identities currently represented by the agent. .RE .sp .ne 2 -.mk .na \fB\fB-L\fR\fR .ad .RS 11n -.rt Lists public key parameters of all identities currently represented by the agent. .RE .sp .ne 2 -.mk .na \fB\fB-t\fR \fIlife\fR\fR .ad .RS 11n -.rt Sets a maximum lifetime when adding identities to an agent. The lifetime can be specified in seconds or in a time format specified in \fBsshd\fR(1M). .RE .sp .ne 2 -.mk .na \fB\fB-x\fR\fR .ad .RS 11n -.rt Locks the agent with a password. .RE .sp .ne 2 -.mk .na \fB\fB-X\fR\fR .ad .RS 11n -.rt Unlocks the agent. .RE .SH ENVIRONMENT VARIABLES .sp .ne 2 -.mk .na \fB\fBDISPLAY\fR\fR .ad @@ -121,7 +106,6 @@ Unlocks the agent. \fB\fBSSH_ASKPASS\fR\fR .ad .RS 17n -.rt If \fBssh-add\fR needs a passphrase, it reads the passphrase from the current terminal if it was run from a terminal. If \fBssh-add\fR does not have a terminal associated with it but \fBDISPLAY\fR and \fBSSH_ASKPASS\fR are set, it @@ -134,12 +118,10 @@ from a .Xsession or related script. The system is shipped with .sp .ne 2 -.mk .na \fB\fBSSH_AUTH_SOCK\fR\fR .ad .RS 17n -.rt Identifies the path of a unix-domain socket used to communicate with the agent. .RE @@ -149,23 +131,19 @@ Identifies the path of a unix-domain socket used to communicate with the agent. The following exit values are returned: .sp .ne 2 -.mk .na \fB\fB0\fR\fR .ad .RS 5n -.rt Successful completion. .RE .sp .ne 2 -.mk .na \fB\fB1\fR\fR .ad .RS 5n -.rt An error occurred. .RE @@ -188,80 +166,66 @@ media or locally on the relevant hosts. Recommended names for the \fBDSA\fR and \fBRSA\fR key files: .sp .ne 2 -.mk .na \fB\fB$HOME/.ssh/identity\fR\fR .ad .RS 28n -.rt Contains the \fBRSA\fR authentication identity of the user for protocol version 1. .RE .sp .ne 2 -.mk .na \fB\fB$HOME/.ssh/identity.pub\fR\fR .ad .RS 28n -.rt Contains the public part of the \fBRSA\fR authentication identity of the user for protocol version 1. .RE .sp .ne 2 -.mk .na \fB\fB$HOME/.ssh/id_dsa\fR\fR .ad .RS 28n -.rt Contains the private \fBDSA\fR authentication identity of the user. .RE .sp .ne 2 -.mk .na \fB\fB$HOME/.ssh/id_dsa.pub\fR\fR .ad .RS 28n -.rt Contains the public part of the DSA authentication identity of the user. .RE .sp .ne 2 -.mk .na \fB\fB$HOME/.ssh/id_rsa\fR\fR .ad .RS 28n -.rt Contains the private \fBRSA\fR authentication identity of the user. .RE .sp .ne 2 -.mk .na \fB\fB$HOME/.ssh/id_rsa.pub\fR\fR .ad .RS 28n -.rt Contains the public part of the \fBRSA\fR authentication identity of the user. .RE .sp .ne 2 -.mk .na \fB\fB/usr/lib/ssh/ssh-askpass\fR\fR .ad .RS 28n -.rt Contains the default value for SSH_ASKPASS. .RE @@ -273,13 +237,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilityCommitted +Interface Stability Committed .TE .SH SEE ALSO |