module Ssh_connection:sig
..end
typestatus =
[ `Alive of [ `Askpass_waiting_for_input of (float * string) list | `Idle ]
| `Configured
| `Dead of string
| `Unknown of string ]
type
t = {
|
id : |
|
name : |
|
uri : |
|
status : |