Belt v0.5.1 Belt.Provider.SFTP.ClientKeyBehaviour View Source
Implements the :ssh_client_key_api behaviour for Belt.Provider.SFTP
Link to this section Summary
Functions
Dynamically adding host keys is not supported
Creates a new :public_key.private_key record by calling openssl
Verifies host keys if enabled through verify_host_key in key_cb_private
Processes and returns user_key if provided in key_cb_private
Link to this section Functions
Dynamically adding host keys is not supported
Creates a new :public_key.private_key record by calling openssl.
Verifies host keys if enabled through verify_host_key in key_cb_private.
Otherwise accepts all keys
Processes and returns user_key if provided in key_cb_private.
Otherwise generates one-time private key.