Skip to content

Remove or double-down on Paramiko dependency for SSH #394

@johnsca

Description

@johnsca

The manual provisioning code uses the Paramiko library to invoke commands on the new machines via SSH, but #393 shows that it may be simpler to simply use async subprocesses to the command-line SSH client. I think the original rationale was to enable support on systems that didn't have an ssh command-line client. If that's still a concern, then we should convert the model code to use Paramiko instead, but if it's not, it would be great to be able to remove that dependency.

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