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
3 changed files with 7 additions and 1 deletions

View File

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

View File

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