diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-03-21T13·35+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-03-21T13·35+0100 |
commit | 3229f85585136e5c1d53a2ef2a434fdec75d912e (patch) | |
tree | a8bb951e6b228d9739e4cfd34f27dd0e8bd08f59 /src/libstore/ssh.hh | |
parent | 20df50d8e15da7b5d39986a4db533d6c41f0786c (diff) |
Honor $NIX_SSHOPTS again
NixOps needs this.
Diffstat (limited to 'src/libstore/ssh.hh')
-rw-r--r-- | src/libstore/ssh.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/ssh.hh b/src/libstore/ssh.hh index 72238dad79ab..b4396467e54e 100644 --- a/src/libstore/ssh.hh +++ b/src/libstore/ssh.hh @@ -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) |