ssh_server_key_api
ssh_server_key_api
Module
ssh_server_key_api
Module summary
-behaviour(ssh_server_key_api).
Description
Behaviour describing the API for public key handling of an SSH server. By implementing the callbacks defined in this behavior, the public key handling of an SSH server can be customized. By default the SSH application implements this behavior with help of the standard OpenSSH files, see the ssh(6)
application manual.
Data types
Type definitions that are used more than once in this module, or abstractions to indicate the intended use of the data type, or both. For more details on public key data types, refer to Section 2 Public Key Records in the public_key user's guide
.
boolean() =
true | false
登录查看完整内容