summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2019-12-27 08:25:07 +0000
committerDamien Miller <djm@mindrot.org>2019-12-30 14:31:40 +1100
commit5b6c954751dd3677466cda7adb92e4f05446c96c (patch)
tree0f19536a9e24399c8e14a8f4765a6da7783a6abc /ssh-keygen.1
parent141df487ba699cfd1ec3dcd98186e7c956e99024 (diff)
upstream: in the options list, sort -Y and -y;
OpenBSD-Commit-ID: 24c2e6a3aeab6e050a0271ffc73fdff91c10dcaa
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.110
1 files changed, 5 insertions, 5 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index e48597388..8d62bc72e 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.180 2019/12/21 20:22:34 naddy Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.181 2019/12/27 08:25:07 jmc 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: December 21 2019 $ 38.Dd $Mdocdate: December 27 2019 $
39.Dt SSH-KEYGEN 1 39.Dt SSH-KEYGEN 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -688,9 +688,6 @@ Note that
688.Xr sshd 8 688.Xr sshd 8
689will refuse such signatures by default, unless overridden via 689will refuse such signatures by default, unless overridden via
690an authorized_keys option. 690an authorized_keys option.
691.It Fl y
692This option will read a private
693OpenSSH format file and print an OpenSSH public key to stdout.
694.It Fl Y Cm sign 691.It Fl Y Cm sign
695Cryptographically sign a file or some data using a SSH key. 692Cryptographically sign a file or some data using a SSH key.
696When signing, 693When signing,
@@ -763,6 +760,9 @@ flag.
763Successful testing of the signature is signalled by 760Successful testing of the signature is signalled by
764.Nm 761.Nm
765returning a zero exit status. 762returning a zero exit status.
763.It Fl y
764This option will read a private
765OpenSSH format file and print an OpenSSH public key to stdout.
766.It Fl z Ar serial_number 766.It Fl z Ar serial_number
767Specifies a serial number to be embedded in the certificate to distinguish 767Specifies a serial number to be embedded in the certificate to distinguish
768this certificate from others from the same CA. 768this certificate from others from the same CA.