~ubuntu-branches/debian/stretch/dropbear/stretch

« back to all changes in this revision

Viewing changes to debian/diff/0002-dropbearkey.8-mention-y-option-add-example.diff

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape, Matt Johnston, Gerrit Pape
  • Date: 2013-10-25 15:00:48 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20131025150048-3jq765x96xayk392
Tags: 2013.60-1
[ Matt Johnston ]
* New upstream release.

[ Gerrit Pape ]
* debian/diff/0004-cve-2013-4421.diff, 0005-user-disclosure.diff:
  remove; fixed upstream.
* debian/dropbear.postinst: don't fail if initramfs-tools it not
  installed (closes: #692653).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 78c6dbae235b6ad7f5fbf94a2d511ce9177ab8a1 Mon Sep 17 00:00:00 2001
 
1
From 02179816e5203e5595e7dfe61f8a4f0f44ffd47d Mon Sep 17 00:00:00 2001
2
2
From: Gerrit Pape <pape@smarden.org>
3
3
Date: Wed, 19 Nov 2008 20:57:36 +0000
4
4
Subject: [PATCH 2/3] dropbearkey.8: mention -y option, add example
6
6
Patch from debian@x.ray.net through
7
7
 http://bugs.debian.org/465903
8
8
---
9
 
 dropbearkey.8 |    9 +++++++++
10
 
 1 files changed, 9 insertions(+), 0 deletions(-)
 
9
 dropbearkey.1 |    9 +++++++++
 
10
 1 file changed, 9 insertions(+)
11
11
 
12
 
diff --git a/dropbearkey.8 b/dropbearkey.8
13
 
index b5745dd..d6632d2 100644
14
 
--- a/dropbearkey.8
15
 
+++ b/dropbearkey.8
16
 
@@ -9,6 +9,7 @@ dropbearkey \- create private keys for the use with dropbear(8)
 
12
diff --git a/dropbearkey.1 b/dropbearkey.1
 
13
index 945d4da..daee452 100644
 
14
--- a/dropbearkey.1
 
15
+++ b/dropbearkey.1
 
16
@@ -9,6 +9,7 @@ dropbearkey \- create private keys for the use with dropbear(8) or dbclient(1)
17
17
 .I file
18
18
 [\-s
19
19
 .IR bits ]
21
21
 .SH DESCRIPTION
22
22
 .B dropbearkey
23
23
 generates a
24
 
@@ -38,8 +39,16 @@ Write the secret key to the file
 
24
@@ -37,12 +38,20 @@ Write the secret key to the file
25
25
 Set the key size to
26
26
 .I bits
27
27
 bits, should be multiple of 8 (optional).
29
29
+.B \-y
30
30
+Just print the publickey and fingerprint for the private key in
31
31
+.IR file .
 
32
 .SH NOTES
 
33
 The program dropbearconvert(1) can be used to convert between Dropbear and OpenSSH key formats.
 
34
 .P
 
35
 Dropbear does not support encrypted keys. 
32
36
 .SH EXAMPLE
33
37
+generate a host-key:
34
38
  # dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
39
43
 Matt Johnston (matt@ucc.asn.au).
40
44
 .br
41
45
-- 
42
 
1.7.9.1
 
46
1.7.10.4
43
47