Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix splitting of multi-word arguments #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 27, 2016

  1. Fix argument splitting for multi-word arguments

    By just splitting at spaces, multi-word arguments are torn apart even if
    quoted. In case of custom ssh-cmd, this makes it practically impossible
    to set certian options through `ssh -o`.
    shlex splits arguments like a shell and e.g. respects quotes.
    F30 committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    3636829 View commit details
    Browse the repository at this point in the history