From 7364b73e80d21b4671d696da8b05e451659f46e4 Mon Sep 17 00:00:00 2001 From: mssalvatore Date: Mon, 8 Apr 2019 16:50:10 -0400 Subject: Gracefully handle multiple spaces in ssh_command option (#169) 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. Fixes: #114. --- ChangeLog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 7e88754..c5468b4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -2,6 +2,7 @@ Unreleased Changes ------------------ * Fixed "-o idmap=user" to map both UID and GID on all OSs. +* Fixed improper handling of sequential spaces spaces in "ssh_command" option Release 3.5.1 (2018-12-22) -------------------------- -- cgit v1.2.3