bat/tests/syntax-tests/highlighted/SSH Config/ssh_config

13 lines
1006 B
Plaintext
Raw Normal View History

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