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

13 lines
191 B
Plaintext

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