1
0
Fork 0
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:
Eelco Dolstra 2018-08-03 18:12:28 +02:00
parent e268bbc054
commit 4e7d5f660c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 16 additions and 7 deletions

View file

@ -10,6 +10,7 @@ class SSHMaster
private:
const std::string host;
bool fakeSSH;
const std::string keyFile;
const bool useMaster;
const bool compress;