1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00
Files
jc/tests/fixtures/generic/ssh_config5

15 lines
238 B
Plaintext
Raw Normal View History

2023-01-31 08:29:43 -08:00
# comment
Host *
User something
# comment 2
Host svu
Hostname www.svuniversity.ac.in
# within-host-comment
Port 22
ProxyCommand nc -w 300 -x localhost:9050 %h %p
# another comment
# bla bla