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 SourceKeysFilePath
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.