alex-sherwin opened a new pull request #196:
URL: https://github.com/apache/mina-sshd/pull/196


   The `ssh_config` defines this a bit vaguely as:
   
   ```
   If more than one pattern is provided, they should be separated by whitespace.
   ```
   
   When running the unit test suite that read my `~/.ssh/config` file, there 
was a `Host` line which had two spaces between some values which failed parsing 
in MINA, but doesn't cause any problem for OpenSSH.
   
   This PR simply collapses spaces as a pre-processing step before splitting 
the values


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to