~ubuntu-branches/ubuntu/lucid/openssh/lucid

« back to all changes in this revision

Viewing changes to ssh-keygen.1

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-09-30 23:09:58 UTC
  • mfrom: (1.13.3 upstream) (29 hardy)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20080930230958-o6vsgn8c4mm959s0
Tags: 1:5.1p1-3
* Remove unnecessary ssh-vulnkey output in non-verbose mode when no
  compromised or unknown keys were found (closes: #496495).
* Configure with --disable-strip; dh_strip will deal with stripping
  binaries and will honour DEB_BUILD_OPTIONS (thanks, Bernhard R. Link;
  closes: #498681).
* Fix handling of zero-length server banners (thanks, Tomas Mraz; closes:
  #497026).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"     $OpenBSD: ssh-keygen.1,v 1.74 2007/01/12 20:20:41 jmc Exp $
 
1
.\"     $OpenBSD: ssh-keygen.1,v 1.78 2008/06/12 19:10:09 jmc Exp $
2
2
.\"
3
3
.\"  -*- nroff -*-
4
4
.\"
37
37
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
38
38
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
39
.\"
40
 
.Dd September 25, 1999
 
40
.Dd $Mdocdate: June 12 2008 $
41
41
.Dt SSH-KEYGEN 1
42
42
.Os
43
43
.Sh NAME
262
262
For RSA and DSA keys
263
263
.Nm
264
264
tries to find the matching public key file and prints its fingerprint.
 
265
If combined with
 
266
.Fl v ,
 
267
an ASCII art representation of the key is supplied with the fingerprint.
265
268
.It Fl M Ar memory
266
269
Specify the amount of memory to use (in megabytes) when generating
267
270
candidate moduli for DH-GEX.
447
450
.Xr ssh 1 ,
448
451
.Xr ssh-add 1 ,
449
452
.Xr ssh-agent 1 ,
 
453
.Xr ssh-vulnkey 1 ,
450
454
.Xr moduli 5 ,
451
455
.Xr sshd 8
452
456
.Rs