Search Results for

    Interface IAMNetAuthorizedKeysAuthenticator

    Supplies an authorized_keys file path for public key authentication.

    Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions
    Assembly: ApacheMinaSSHD.NET.Wrapper.dll
    Syntax
    public interface IAMNetAuthorizedKeysAuthenticator

    Properties

    | Edit this page View Source

    KeysFilePath

    Gets the authorized_keys file path used to validate client public keys.

    Declaration
    string KeysFilePath { get; }
    Property Value
    Type Description
    string
    Remarks

    Implementations may return a relative path, but the wrapper normalizes built-in configurations to an absolute path before calling Apache MINA SSHD.

    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX