bat/tests/syntax-tests/highlighted/SSH Config/ssh_config
Mészáros Máté Róbert 63aaa03013
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
2023-10-10 06:16:41 +02:00

13 lines
1006 B
Plaintext
Vendored
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# A comment
IdentityFile "custom/id_ed25519"
Port 1984
Host example.com
 User dummy
 Compression no
Host *.co.uk
 BatchMode no
 GlobalKnownHostsFile "/etc/ssh/ssh_known_hosts"