ssh_client_key_api
Module
ssh_client_key_api
Module Summary
-behaviour(ssh_client_key_api).
Description
Behavior describing the API for public key handling of an SSH client. By implementing the callbacks defined in this behavior, the public key handling of an SSH client 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
client_key_cb_options() =
[{key_cb_private, term()} | ssh:client_option()]
Options provided to ssh:connect/[3,4]
.
The option list given in the key_cb
option is available with the key key_cb_private
.
Exports
Types
Description of the host that owns thePublicHostKey
. Of ECDSA keys, only the Normally an RSA, DSA or ECDSA public key, but handling of other public keys can be added.
Adds a host key to the set of trusted host keys.
Types
Normally an RSA, DSA or ECDSA public key, but handling of other public keys can be added.
Description of the host.
Host key algorithm.
Checks if a host key is trusted.
Types
Host key algorithm.
Private key of the user matching theAlgorithm
.
Fetches the users public key matching the Algorithm
.
The private key contains the public key.
© 2010–2017 Ericsson AB
Licensed under the Apache License, Version 2.0.