10struct CommonSSHStoreConfig :
virtual StoreConfig
12 using StoreConfig::StoreConfig;
14 CommonSSHStoreConfig(std::string_view scheme, std::string_view
host,
const Params & params);
17 "Path to the SSH private key used to authenticate to the remote machine."};
20 "The public host key of the remote machine."};
23 "Whether to enable SSH compression."};
27 [Store URL](@docroot@/store/types/index.md#store-url-format)
28 to be used on the remote machine. The default is `auto`
29 (i.e. use the Nix daemon or `/nix/store` directly).
int Descriptor
Definition file-descriptor.hh:20
std::string host
Definition common-ssh-store-config.hh:49
SSHMaster createSSHMaster(bool useMaster, Descriptor logFD=INVALID_DESCRIPTOR)
Definition common-ssh-store-config.cc:31