Skip to content

Commit 63aaa03

Browse files
authored
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
1 parent fbe9b6f commit 63aaa03

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Diff for: tests/syntax-tests/highlighted/SSH Config/ssh_config

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# A comment
22

3+
IdentityFile "custom/id_ed25519"
4+
Port 1984
5+
36
Host example.com
47
 User dummy
58
 Compression no

Diff for: tests/syntax-tests/source/SSH Config/ssh_config

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# A comment
22

3+
IdentityFile "custom/id_ed25519"
4+
Port 1984
5+
36
Host example.com
47
User dummy
58
Compression no

0 commit comments

Comments
 (0)