mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
SSHMaster: Bypass SSH when connecting to localhost
This is primarily useful for testing since it removes the need to have SSH working.
This commit is contained in:
parent
e268bbc054
commit
4e7d5f660c
2 changed files with 16 additions and 7 deletions
|
@ -10,6 +10,7 @@ class SSHMaster
|
|||
private:
|
||||
|
||||
const std::string host;
|
||||
bool fakeSSH;
|
||||
const std::string keyFile;
|
||||
const bool useMaster;
|
||||
const bool compress;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue