|
| SSHMaster (std::string_view host, std::string_view keyFile, std::string_view sshPublicHostKey, bool useMaster, bool compress, Descriptor logFD=INVALID_DESCRIPTOR) |
|
std::unique_ptr< Connection > | startCommand (Strings &&command, Strings &&extraSshArgs={}) |
|
◆ startCommand()
std::unique_ptr< SSHMaster::Connection > nix::SSHMaster::startCommand |
( |
Strings && | command, |
|
|
Strings && | extraSshArgs = {} ) |
- Parameters
-
command | The command (arg vector) to execute. |
extraSshArgs | Extra arguments to pass to SSH (not the command to execute). Will not be used when "fake SSHing" to the local machine. |
The documentation for this class was generated from the following files:
- /home/buildozer/aports/community/nix/src/nix-2.26.3/src/libstore/ssh.hh
- /home/buildozer/aports/community/nix/src/nix-2.26.3/src/libstore/ssh.cc