Skip to content

target.extraOptions fails to deal with spaces #29

@jonasnick

Description

@jonasnick

A normal usage of SSH is to execute ssh -i id. target.extraOptions expects that there's no space between -i and id. If there is, then it fails with a difficult to understand error message (note the double space before id)

Warning: Identity file  id not accessible: No such file or directory.

The corresponding krops-configuration.nix contains [...] -e ssh -i\\\ id.

CC @erikarvstedt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions