duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
902 stars 79 forks source link

helper: Fix missing space separator for ssh_args #133

Closed pevik closed 4 years ago

pevik commented 4 years ago

Docs suggest using ssh_args without space at the end ssh_args = "-x -o ConnectTimeout=10"

Fixes: 82f8845 ("Add in 'command_pre' and 'command_post' configs")

Signed-off-by: Petr Vorel petr.vorel@gmail.com

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 54.621% when pulling bf6e9d06486b4c8f30d87a2b463992c4b892711e on pevik:fix-regression-v4.15 into b35f198f085b8e964c6afa556a5d646765fe9f95 on duncs:master.

tmancill commented 4 years ago

I can confirm this patch addresses Debian #961475. Thanks to @sthibaul for catching the bug and creating a patch for the Debian package.