summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-05 14:15:33 +1000
committerDamien Miller <djm@mindrot.org>2011-05-05 14:15:33 +1000
commit085c90fa202a232ea0a9b1034f27070119833574 (patch)
treef3c612a86be3d59863faca6c971245f54866d600
parent26b57ce6c24f243790e6b19659caf9a4e41a8afe (diff)
- djm@cvs.openbsd.org 2011/04/13 04:02:48
[ssh-keygen.1] improve wording; bz#1861
-rw-r--r--ChangeLog3
-rw-r--r--ssh-keygen.19
2 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fe3bf96db..2a83c16d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,9 @@
49 - djm@cvs.openbsd.org 2011/04/12 05:32:49 49 - djm@cvs.openbsd.org 2011/04/12 05:32:49
50 [sshd.c] 50 [sshd.c]
51 exit with 0 status on SIGTERM; bz#1879 51 exit with 0 status on SIGTERM; bz#1879
52 - djm@cvs.openbsd.org 2011/04/13 04:02:48
53 [ssh-keygen.1]
54 improve wording; bz#1861
52 55
5320110221 5620110221
54 - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the 57 - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of the
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index c9fec0403..51a152eef 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.104 2011/03/24 15:29:30 jmc Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.105 2011/04/13 04:02:48 djm Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.Dd $Mdocdate: March 24 2011 $ 38.Dd $Mdocdate: April 13 2011 $
39.Dt SSH-KEYGEN 1 39.Dt SSH-KEYGEN 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -175,9 +175,8 @@ The passphrase can be changed later by using the
175option. 175option.
176.Pp 176.Pp
177There is no way to recover a lost passphrase. 177There is no way to recover a lost passphrase.
178If the passphrase is 178If the passphrase is lost or forgotten, a new key must be generated
179lost or forgotten, a new key must be generated and copied to the 179and the corresponding public key copied to other machines.
180corresponding public key to other machines.
181.Pp 180.Pp
182For RSA1 keys, 181For RSA1 keys,
183there is also a comment field in the key file that is only for 182there is also a comment field in the key file that is only for