Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Allow SFTP logon with private key #7

@robertc

Description

@robertc

SSH.Net has an SftpClient constructor which allows logon with private keys:

public SftpClient(string host, int port, string username, params PrivateKeyFile[] keyFiles);

There doesn't appear to be any support for using this logon method through OneFileSystem.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions