Awa.ClientSourceval make :
?authenticator:Keys.authenticator ->
user:string ->
[ `Pubkey of Hostkey.priv | `Password of string ] ->
t * string listtype event = [ | `Established of int32| `Channel_data of int32 * string| `Channel_stderr of int32 * string| `Channel_eof of int32| `Channel_exit_status of int32 * int32| `Disconnected ]val outgoing_request :
t ->
?id:int32 ->
?want_reply:bool ->
Ssh.channel_request ->
(t * string, string) result