1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 07:33:16 +02:00

Honor $NIX_SSHOPTS again

NixOps needs this.
This commit is contained in:
Eelco Dolstra 2017-03-21 14:35:50 +01:00
parent 20df50d8e1
commit 3229f85585
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 14 additions and 9 deletions

View file

@ -23,6 +23,8 @@ private:
Sync<State> state_;
void addCommonSSHOpts(Strings & args);
public:
SSHMaster(const std::string & host, const std::string & keyFile, bool useMaster, bool compress)