summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-11-18 04:55:02 +0000
committerDamien Miller <djm@mindrot.org>2019-11-18 15:57:18 +1100
commite2e1283404e06a22ac6135d057199e70dcadb8dd (patch)
tree0bd92c67b22ba4c23578270ca59933d920235c3c /sshd.8
parent97dc5d1d82865a7d20f1eb193b5c62ce684024e5 (diff)
downloadopenssh-git-e2e1283404e06a22ac6135d057199e70dcadb8dd.tar.gz
upstream: mention ed25519-sk key/cert types here too; prompted by
jmc@ OpenBSD-Commit-ID: e281977e4a4f121f3470517cbd5e483eee37b818
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.87
1 files changed, 5 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index 14d5a2da..042610a0 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.305 2019/11/07 08:38:38 naddy Exp $
-.Dd $Mdocdate: November 7 2019 $
+.\" $OpenBSD: sshd.8,v 1.306 2019/11/18 04:55:02 djm Exp $
+.Dd $Mdocdate: November 18 2019 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -441,6 +441,8 @@ ecdsa-sha2-nistp384
.It
ecdsa-sha2-nistp521
.It
+sk-ssh-ed25519@openssh.com
+.It
ssh-ed25519
.It
ssh-dss
@@ -459,6 +461,7 @@ You don't want to type them in; instead, copy the
.Pa id_ecdsa.pub ,
.Pa id_ecdsa_sk.pub ,
.Pa id_ed25519.pub ,
+.Pa id_ed25519_sk.pub ,
or the
.Pa id_rsa.pub
file and edit it.