Update the ssh-config submodule (#2697)

* Update the ssh-config submodule

Pull in the fix for the syntax.
Fixes #2359

* Extend the ssh_config syntax test
This commit is contained in:
Mészáros Máté Róbert 2023-10-10 06:16:41 +02:00 committed by GitHub
parent fbe9b6f15f
commit 63aaa03013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

@ -1 +1 @@
Subproject commit e1012e9f13c6073f559b14206df2ede35720e884
Subproject commit bf49e9181c6bf992a86beb133144d2651e826ddc

View File

@ -1,5 +1,8 @@
# A comment
IdentityFile "custom/id_ed25519"
Port 1984
Host example.com
 User dummy
 Compression no

View File

@ -1,5 +1,8 @@
# A comment
IdentityFile "custom/id_ed25519"
Port 1984
Host example.com
User dummy
Compression no