From a819ec4e227a748e3d3a9bb6a4fb6c50b9bbf18b Mon Sep 17 00:00:00 2001 From: mssalvatore Date: Tue, 9 Apr 2019 15:20:35 -0400 Subject: Gracefully handle multiple spaces in ssh_command option (#168) When using the "ssh_command" option, commands with multiple spaces in a row will not be properly parsed. Example: Properly parsed: ssh_command = "ssh -o IdentityFile=~/.ssh/id_rsa" Improperly parsed: ssh_command = "ssh -o IdentityFile=~/.ssh/id_rsa" This commit changes the ssh_command parsing logic so that both of the above examples are considered valid and properly handled. Resolves #114. --- ChangeLog.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 9e91ce8..ddb6c08 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,8 @@ +Unreleased Changes +------------------------- + +* Fixed improper handling of sequential spaces spaces in "ssh_command" option + Release 2.10 (2017-08-03) ------------------------- -- cgit v1.2.3