summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2001-01-21 09:00:33 +0000
committerjakob <jakob@openbsd.org>2001-01-21 09:00:33 +0000
commitd5f0330f85e4171c362e2bc436c62215f519f4e8 (patch)
tree66f5b36d8d4c9bf4da9e711cbc73a7abff71685a
parentavoid memory leak. sync with kame (diff)
downloadwireguard-openbsd-d5f0330f85e4171c362e2bc436c62215f519f4e8.tar.xz
wireguard-openbsd-d5f0330f85e4171c362e2bc436c62215f519f4e8.zip
remove -R flag; ok markus@
-rw-r--r--usr.bin/ssh/ssh-keygen.16
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1
index f58cf3790b6..a67617f9caf 100644
--- a/usr.bin/ssh/ssh-keygen.1
+++ b/usr.bin/ssh/ssh-keygen.1
@@ -71,8 +71,6 @@
.Nm ssh-keygen
.Fl l
.Op Fl f Ar input_keyfile
-.Nm ssh-keygen
-.Fl R
.Sh DESCRIPTION
.Nm
generates and manages authentication keys for
@@ -172,10 +170,6 @@ Provides the new comment.
Provides the new passphrase.
.It Fl P Ar passphrase
Provides the (old) passphrase.
-.It Fl R
-If RSA support is functional, immediately exits with code 0. If RSA
-support is not functional, exits with code 1. This flag will be
-removed once the RSA patent expires.
.It Fl x
This option will read a private
OpenSSH DSA format file and print a SSH2-compatible public key to stdout.