diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2020-01-03 08:33:33 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-01-04 00:15:03 +0100 |
commit | c593cc5e826c9f4ec506e22b629d37cabfaacff9 (patch) | |
tree | 3cd97fc3f81257b47ce0017648672d8e6b30c87c /ssh-keygen.1 | |
parent | upstream: what bozo decided to use 2020 as a future date in a regress (diff) | |
download | openssh-c593cc5e826c9f4ec506e22b629d37cabfaacff9.tar.xz openssh-c593cc5e826c9f4ec506e22b629d37cabfaacff9.zip |
upstream: the download resident keys option is -K (upper) not -k
(lower); ok djm
OpenBSD-Commit-ID: 71dc28a3e1fa7c553844abc508845bcf5766e091
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 569a46b19..7b83a2240 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.187 2020/01/02 22:40:09 djm Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.188 2020/01/03 07:33:33 jmc Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -35,7 +35,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 2 2020 $ +.Dd $Mdocdate: January 3 2020 $ .Dt SSH-KEYGEN 1 .Os .Sh NAME @@ -365,7 +365,7 @@ This option allows importing keys from other software, including several commercial SSH implementations. The default import format is .Dq RFC4716 . -.It Fl k +.It Fl K Download resident keys from a FIDO authenticator. Public and private key files will be written to the current directory for each downloaded key. |