Re: ssh/sshd configuration parsing

2021-06-11 Thread David A. Pocock
I do not consider it necessarily a bug so I did not send this bugs@, but this did impact ProxyJump in my ~/.ssh/config. I'd formerly had: ProxyJump host, anotherhost This currently/now fails with "Invalid ProxyJump". Re-checking the ssh_config manual page though I saw the clarification of

ssh/sshd configuration parsing

2021-06-08 Thread Damien Miller
Hi, I just committed some changes to ssh/sshd configuration parsing that have been in snaps for the last few days. These changes switch parsing from using a naive tokeniser to one that better follows shell-style rules for quoting and comments. This does make config parsing stricter in a number