Skip to content

Allow using both private key and password #62

Description

@diptaparna

Some servers require a private key (along with its passphrase) followed by another password for authentication. Currently, this functionality is not available.
This is easily possible by adding the following line of code after this line in SshPlugin.java (in case of Android) -
password = keyPairs.containsKey("password") ? keyPairs.get("password").toString(): "";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions