1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-14 13:55:51 +00:00
Files
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

1006 B
Vendored

# 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"