You've already forked ssh_config
mirror of
https://github.com/wavetermdev/ssh_config.git
synced 2026-04-22 15:25:24 -07:00
fe204ef364
Previously we would fail to lex lines ending with CRLF properly.
11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
# Config file with dos line endings
|
|
Host wap
|
|
HostName wap.example.org
|
|
Port 22
|
|
User root
|
|
KexAlgorithms diffie-hellman-group1-sha1
|
|
|
|
Host wap2
|
|
HostName 8.8.8.8
|
|
User google
|