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.valueval git_mirage_ssh_key : Awa.Hostkey.priv Mimic.valueval git_mirage_ssh_authenticator : Awa.Keys.authenticator Mimic.valuemodule type S = sig ... end