You've already forked ssh_config
mirror of
https://github.com/wavetermdev/ssh_config.git
synced 2026-04-22 15:25:24 -07:00
c665f6f442
I had some extra spaces and junk in my ssh config and it was causing this part of the code to fail with an out of range error.
5 lines
112 B
Plaintext
5 lines
112 B
Plaintext
# Extra space at end of line is important.
|
|
Host wap
|
|
User root
|
|
KexAlgorithms diffie-hellman-group1-sha1
|