bootleg v0.8.0 Bootleg.SSH View Source

Provides SSH related tools for use in Bootleg.Strategies.

Link to this section Summary

Functions

Convert an identity option to a proper key_cb tuple, passing related options to it via key_cb_private. While it would be nice to support the arbitrary passing of callback options, our SSH options have already been filtered by the role configuration

Link to this section Functions

Link to this function download(conn, remote_path, local_path) View Source
Link to this function init(role, options \\ []) View Source
Link to this function init(role, options, filter) View Source
Link to this function ssh_transform_opt(option, options) View Source

Convert an identity option to a proper key_cb tuple, passing related options to it via key_cb_private. While it would be nice to support the arbitrary passing of callback options, our SSH options have already been filtered by the role configuration.

Link to this function supported_key_cb_options() View Source
Link to this function upload(conn, local_path, remote_path) View Source