RE: Using public key pair to authenticate
From: Tay, Gary (Gary_Tay_at_platts.com)
Date: 11/25/04
- Previous message: Michael J. Barillier: "X forwarding and X11UseLocalhost"
- Maybe in reply to: Loo, Peter: "Using public key pair to authenticate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 25 Nov 2004 12:46:20 +0800 To: "Loo, Peter" <Peter.Loo@bannerhealth.com>, <secureshell@securityfocus.com>
In case I confuse some of you. "-x" and "-X" options of "ssh-keygen" are
specific to SUN's version of SSH which is derived from OpenSSH.
For OpenSSH, they are "-e" and "-i". I don't know what they are in
Fsecure's or SSH-Comm's versions, look it up.
$ man -M /usr/local/man ssh-keygen
Reformatting page. Please Wait... done
User Commands SSH-KEYGEN(1)
NAME
ssh-keygen - authentication key generation, management and
conversion
SYNOPSIS
ssh-keygen [-q] [-b bits] -t type [-N new_passphrase] [-C
comment] [-f output_keyfile]
ssh-keygen -p [-P old_passphrase] [-N new_passphrase] [-f
keyfile]
ssh-keygen -i [-f input_keyfile]
ssh-keygen -e [-f input_keyfile]
ssh-keygen -y [-f input_keyfile]
ssh-keygen -c [-P passphrase] [-C comment] [-f keyfile]
ssh-keygen -l [-f input_keyfile]
ssh-keygen -B [-f input_keyfile]
ssh-keygen -D reader
ssh-keygen -U reader [-f input_keyfile]
ssh-keygen -r hostname [-f input_keyfile] [-g]
ssh-keygen -G output_file [-v] [-b bits] [-M memory] [-S
- Previous message: Michael J. Barillier: "X forwarding and X11UseLocalhost"
- Maybe in reply to: Loo, Peter: "Using public key pair to authenticate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|