type endpoint = {
port : int;
hostname : string;
authenticator : Awa.Keys.authenticator option;
user : string;
credentials : [ `Password of string | `Pubkey of Awa.Hostkey.priv ];
path : string;
capabilities : [ `Rd | `Wr ];
}
val git_mirage_ssh_password : string Mimic.value
val git_mirage_ssh_key : Awa.Hostkey.priv Mimic.value
val git_mirage_ssh_authenticator : Awa.Keys.authenticator Mimic.value
module type S = sig ... end