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
2 changed files with 14 additions and 9 deletions
+2
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)