Skip to content

Request: ShellDriver: put_ssh_key would benefit from a destination file attribute #1626

Open
@pmelange

Description

@pmelange

The call put_ssh_key assumes a destination file of ~/.ssh/authroized_keys on the DUT. Yet when an embedded system (such as OpenWrt) uses dropbear as the ssh server daemon, the authorized_keys file may be located elsewhere. For example, with OpenWrt, the authorized_keys file is found in /etc/dropbear/authorized_keys

An optional attribute such as dest_authorized_keys with a default value set to ~/.ssh/authorized_keys which can be overridden with an alternative filename for the DUT would be a practical solution.

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