- stevesk@cvs.openbsd.org 2001/05/05 13:42:52
[sftp.1 ssh-add.1 ssh-keygen.1] typos, grammar
This commit is contained in:
parent
93d1fe8112
commit
aafff9cc76
|
@ -4,6 +4,10 @@
|
|||
Suggested by Jason Mader <jason@ncac.gwu.edu>
|
||||
- (bal) White Space and #ifdef sync with OpenBSD
|
||||
- (bal) Add 'seed_rng()' to ssh-add.c
|
||||
- OpenBSD CVS Sync
|
||||
- stevesk@cvs.openbsd.org 2001/05/05 13:42:52
|
||||
[sftp.1 ssh-add.1 ssh-keygen.1]
|
||||
typos, grammar
|
||||
|
||||
20010505
|
||||
- OpenBSD CVS Sync
|
||||
|
@ -5349,4 +5353,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1202 2001/05/06 02:57:20 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1203 2001/05/06 03:01:02 mouring Exp $
|
||||
|
|
10
sftp.1
10
sftp.1
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: sftp.1,v 1.17 2001/04/22 13:32:27 markus Exp $
|
||||
.\" $OpenBSD: sftp.1,v 1.18 2001/05/05 13:42:51 stevesk Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||
.\"
|
||||
|
@ -49,12 +49,12 @@ It may also use many features of ssh, such as public key authentication and
|
|||
compression.
|
||||
.Nm
|
||||
connects and logs into the specified
|
||||
.Ar hostname ,
|
||||
.Ar host ,
|
||||
then enters an interactive command mode.
|
||||
.Pp
|
||||
The second usage format will fetch files automaticly if a non-interactive
|
||||
authentication is used, else it do so after an interactive authentication
|
||||
is used.
|
||||
The second usage format will retrieve files automatically if a non-interactive
|
||||
authentication method is used; otherwise it will do so after
|
||||
successful interactive authentication.
|
||||
.Pp
|
||||
The last usage format allows the sftp client to start in a remote directory.
|
||||
.Pp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: ssh-add.1,v 1.24 2001/04/10 09:13:21 itojun Exp $
|
||||
.\" $OpenBSD: ssh-add.1,v 1.25 2001/05/05 13:42:52 stevesk Exp $
|
||||
.\"
|
||||
.\" -*- nroff -*-
|
||||
.\"
|
||||
|
@ -57,7 +57,7 @@ Alternative file names can be given on the command line.
|
|||
If any file requires a passphrase,
|
||||
.Nm
|
||||
asks for the passphrase from the user.
|
||||
The Passphrase it is read from the user's tty.
|
||||
The passphrase is read from the user's tty.
|
||||
.Nm
|
||||
retries the last passphrase if multiple identity files are given.
|
||||
.Pp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: ssh-keygen.1,v 1.40 2001/04/23 21:57:07 markus Exp $
|
||||
.\" $OpenBSD: ssh-keygen.1,v 1.41 2001/05/05 13:42:52 stevesk Exp $
|
||||
.\"
|
||||
.\" -*- nroff -*-
|
||||
.\"
|
||||
|
@ -143,7 +143,7 @@ The default is 1024 bits.
|
|||
.It Fl c
|
||||
Requests changing the comment in the private and public key files.
|
||||
The program will prompt for the file containing the private keys, for
|
||||
passphrase if the key has one, and for the new comment.
|
||||
the passphrase if the key has one, and for the new comment.
|
||||
.It Fl e
|
||||
This option will read a private or public OpenSSH key file and
|
||||
print the key in a
|
||||
|
|
Loading…
Reference in New Issue