erlang / 25.0 / lib / ssh-4.14.1 / doc / html / ssh_server_key_api.html /

ssh_server_key_api

-behaviour(ssh_server_key_api).

Module ssh_server_key_api was introduced in OTP R16B.

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.

Options provided to ssh:daemon/2,3.

The option list given in the key_cb option is available with the key key_cb_private.

Types

Host key algorithm.

Private key of the host matching the Algorithm. It may be a reference to a 'ssh-rsa', rsa-sha2-* or 'ssh-dss' (NOT ecdsa) key stored in a loaded Engine.

Fetches the private key of the host.

Types

Normally an RSA, DSA or ECDSA public key, but handling of other public keys can be added

User owning the public key.

Checks if the user key is authorized.

© 2010–2022 Ericsson AB
Licensed under the Apache License, Version 2.0.