diff options
author | Damien Miller <djm@mindrot.org> | 2003-04-01 21:42:14 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-04-01 21:42:14 +1000 |
commit | 495dca35186a9a33c85a6fa2bcc1b127512bb688 (patch) | |
tree | 20392805c7b28713143bd8489a98b513a93d411a /ssh-add.1 | |
parent | f18462f5bff7265d151f9367d4dd2632a0b0fb25 (diff) |
- (djm) OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2003/03/28 10:11:43
[scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
[ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
- killed whitespace
- new sentence new line
- .Bk for arguments
ok markus@
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.37 2003/02/10 11:51:47 markus Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.38 2003/03/28 10:11:43 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -95,10 +95,11 @@ specified in | |||
95 | .Xr sshd_config 5 . | 95 | .Xr sshd_config 5 . |
96 | .It Fl c | 96 | .It Fl c |
97 | Indicates that added identities should be subject to confirmation before | 97 | Indicates that added identities should be subject to confirmation before |
98 | being used for authentication. Confirmation is performed by the | 98 | being used for authentication. |
99 | Confirmation is performed by the | ||
99 | .Ev SSH_ASKPASS | 100 | .Ev SSH_ASKPASS |
100 | program mentioned below. Successful confirmation is signaled by a zero | 101 | program mentioned below. |
101 | exit status from the | 102 | Successful confirmation is signaled by a zero exit status from the |
102 | .Ev SSH_ASKPASS | 103 | .Ev SSH_ASKPASS |
103 | program, rather than text entered into the requester. | 104 | program, rather than text entered into the requester. |
104 | .It Fl s Ar reader | 105 | .It Fl s Ar reader |