SshArgs.this

struct SshArgs
@safe pure nothrow @nogc
this
(
string ssh
,
string[] sshArgs
,
string[] cmd
)

Parameters

ssh string

command to use for establishing the ssh connection

sshArgs string[]

arguments to the ssh

cmd string[]

command to execute

Meta