Module Tezt_cloud.Ssh

val generate_key : unit -> unit Lwt.t

generate_key () generates an ssh key based on the Env.tezt_cloud variable environment.

val public_key : unit -> string Lwt.t

ssh_public_key() returns the ssh public key associated to the generate_key It calls generate_key if it does not exist

val ssh_options : string list
val scp_options : string list