Skip to content

Make kyrat complaint to ssh when using nested quotes #18

@fsquillace

Description

@fsquillace

Kyrat is almost complaint with ssh the problem comes with nested quotes.

This two commands differs:

ssh localhost -- bash -c \"ls -l\"
kyrat localhost -- bash -c \"ls -l\"

Also this:

ssh localhost -- bash -c \"bash -c \\\"ls -l\\\"\"
kyrat localhost -- bash -c \"bash -c \\\"ls -l\\\"\"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions