- djm@cvs.openbsd.org 2011/04/13 04:02:48

[ssh-keygen.1]
     improve wording; bz#1861
This commit is contained in:
Damien Miller 2011-05-05 14:15:33 +10:00
parent 26b57ce6c2
commit 085c90fa20
2 changed files with 7 additions and 5 deletions

View File

@ -49,6 +49,9 @@
- djm@cvs.openbsd.org 2011/04/12 05:32:49 - djm@cvs.openbsd.org 2011/04/12 05:32:49
[sshd.c] [sshd.c]
exit with 0 status on SIGTERM; bz#1879 exit with 0 status on SIGTERM; bz#1879
- djm@cvs.openbsd.org 2011/04/13 04:02:48
[ssh-keygen.1]
improve wording; bz#1861
20110221 20110221
- (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssh-keygen.1,v 1.104 2011/03/24 15:29:30 jmc Exp $ .\" $OpenBSD: ssh-keygen.1,v 1.105 2011/04/13 04:02:48 djm Exp $
.\" .\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -35,7 +35,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: March 24 2011 $ .Dd $Mdocdate: April 13 2011 $
.Dt SSH-KEYGEN 1 .Dt SSH-KEYGEN 1
.Os .Os
.Sh NAME .Sh NAME
@ -175,9 +175,8 @@ The passphrase can be changed later by using the
option. option.
.Pp .Pp
There is no way to recover a lost passphrase. There is no way to recover a lost passphrase.
If the passphrase is If the passphrase is lost or forgotten, a new key must be generated
lost or forgotten, a new key must be generated and copied to the and the corresponding public key copied to other machines.
corresponding public key to other machines.
.Pp .Pp
For RSA1 keys, For RSA1 keys,
there is also a comment field in the key file that is only for there is also a comment field in the key file that is only for