2
0
mirror of https://github.com/sharkdp/bat synced 2024-11-08 19:10:41 +00:00
bat/tests/syntax-tests/highlighted/SSH Config/ssh_config

10 lines
780 B
Plaintext
Raw Normal View History

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