Module Ketrew.Host_io.Ssh

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

val scp_push : Ketrew_pure.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_pure.Host.Ssh.t -> src:string list -> dest:string -> string list
Generate an SCP command for the given host as source.