Tezt_cloud.Ssh
val generate_key : unit -> unit Lwt.t
generate_key () generates an ssh key based on the Env.tezt_cloud variable environment.
generate_key ()
Env.tezt_cloud
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
ssh_public_key()
generate_key
val ssh_options : string list
val scp_options : string list