distssh ~master (2021-10-15T05:03:41.2224273)
Dub
Repo
MultiplexMaster
distssh
connection
Undocumented in source.
struct
MultiplexMaster {
import
core
.
time
:
dur
;
;
import
std
.
array
:
array
,
empty
;
;
import
proc
;
;
MultiplexPath
socket
;
SshArgs
ssh
;
void
connect
();
bool
isAlive
();
}
Members
Functions
connect
void
connect
()
Undocumented in source. Be warned that the author may not have intended to support it.
isAlive
bool
isAlive
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
socket
MultiplexPath
socket
;
Undocumented in source.
ssh
SshArgs
ssh
;
Undocumented in source.
Meta
Source
See Implementation
distssh
connection
functions
makeMaster
multiplexDir
setupMultiplexDir
sshArgs
sshCmdArgs
sshLoadArgs
sshShellArgs
structs
MultiplexMaster
MultiplexPath
SshArgs
variables
sshMultiplexClient
sshNoLoginArgs