Skip to content

maybe sshpass dependency can be replaced #115

@calestyo

Description

@calestyo

Hey.

This is just a heads up, that maybe the sshpass dependency can be replaced by native (OpenSSH) means, namely by setting SSH_ASKPASS_REQUIRE=force and SSH_ASKPASS=someProgram for the executed ssh client.

someProgram get's the passphrase query prompt as argv[1] and shall print the desired passphrase.

Other than sshpass this can be even used to support multiple passphrase queries (e.g. when hopping nodes).

Cheers,
Chris.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions