You've already forked ssh_config
mirror of
https://github.com/wavetermdev/ssh_config.git
synced 2026-04-22 15:25:24 -07:00
9b1b4df300
See the description in the CHANGELOG - we were handling this incorrectly and attaching whitespace to the end of values where that didn't make much sense to do.
8 lines
345 B
Plaintext
8 lines
345 B
Plaintext
Host example # this comment terminates a Host line
|
|
HostName example.com # aligned eol comment 1
|
|
ForwardX11Timeout 52w # aligned eol comment 2
|
|
# This comment takes up a whole line
|
|
# This comment is offset and takes up a whole line
|
|
AddressFamily inet # aligned eol comment 3
|
|
Port 4242 #compact comment
|