Module Ketrew_host_io.Ssh (.ml)

module Ssh: sig .. end
Helper functions to build SSH commands.

val scp_push : Ketrew_host.Ssh.t -> src:string list -> dest:string -> string list
Generate an SCP command for the given host with the destination directory or file path.
val scp_pull : Ketrew_host.Ssh.t -> src:string list -> dest:string -> string list
Generate an SCP command for the given host as source.