]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(sshconfig): Add missing kex algorithm
authorThomas Braun <thomas.braun@byte-physics.de>
Tue, 31 Mar 2026 15:45:02 +0000 (15:45 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 31 Mar 2026 15:46:04 +0000 (15:46 +0000)
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>
runtime/syntax/sshconfig.vim

index 4934b033c61b8fa073fc58452dc569c75e11ab10..291a1a636a57c4cf59c7edc89d1809d944c57f73 100644 (file)
@@ -6,7 +6,7 @@
 " Contributor: Leonard Ehrenfried <leonard.ehrenfried@web.de>
 "              Karsten Hopp <karsten@redhat.com>
 "              Dean, Adam Kenneth <adam.ken.dean@hpe.com>
-" Last Change: 2026 Mar 11
+" Last Change: 2026 Mar 31
 " SSH Version: 10.1p1
 "
 
@@ -121,6 +121,8 @@ syn keyword sshconfigKexAlgo ecdh-sha2-nistp384
 syn keyword sshconfigKexAlgo ecdh-sha2-nistp521
 syn match sshconfigKexAlgo "\<curve25519-sha256\%(@libssh\.org\)\?\>"
 syn match sshconfigKexAlgo "\<sntrup761x25519-sha512@openssh\.com\>"
+syn keyword sshconfigKexAlgo sntrup761x25519-sha512
+syn keyword sshconfigKexAlgo mlkem768x25519-sha256
 
 syn keyword sshconfigTunnel    point-to-point ethernet