Skip to content

Commit 12c6417

Browse files
t-bchrisbra
authored andcommitted
runtime(sshconfig): Add missing kex algorithm
These are available already with openssh 10.2p1. closes: #19864 Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 374f06f commit 12c6417

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

runtime/syntax/sshconfig.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
" Contributor: Leonard Ehrenfried <leonard.ehrenfried@web.de>
77
" Karsten Hopp <karsten@redhat.com>
88
" Dean, Adam Kenneth <adam.ken.dean@hpe.com>
9-
" Last Change: 2026 Mar 11
9+
" Last Change: 2026 Mar 31
1010
" SSH Version: 10.1p1
1111
"
1212

@@ -121,6 +121,8 @@ syn keyword sshconfigKexAlgo ecdh-sha2-nistp384
121121
syn keyword sshconfigKexAlgo ecdh-sha2-nistp521
122122
syn match sshconfigKexAlgo "\<curve25519-sha256\%(@libssh\.org\)\?\>"
123123
syn match sshconfigKexAlgo "\<sntrup761x25519-sha512@openssh\.com\>"
124+
syn keyword sshconfigKexAlgo sntrup761x25519-sha512
125+
syn keyword sshconfigKexAlgo mlkem768x25519-sha256
124126

125127
syn keyword sshconfigTunnel point-to-point ethernet
126128

0 commit comments

Comments
 (0)