diff options
author | 2001-01-21 09:00:33 +0000 | |
---|---|---|
committer | 2001-01-21 09:00:33 +0000 | |
commit | d5f0330f85e4171c362e2bc436c62215f519f4e8 (patch) | |
tree | 66f5b36d8d4c9bf4da9e711cbc73a7abff71685a /usr.bin/ssh | |
parent | avoid memory leak. sync with kame (diff) | |
download | wireguard-openbsd-d5f0330f85e4171c362e2bc436c62215f519f4e8.tar.xz wireguard-openbsd-d5f0330f85e4171c362e2bc436c62215f519f4e8.zip |
remove -R flag; ok markus@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 6 |
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. |