about summary refs log tree commit diff
path: root/src/libstore/ssh.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-03-21T13·35+0100
committerEelco Dolstra <edolstra@gmail.com>2017-03-21T13·35+0100
commit3229f85585136e5c1d53a2ef2a434fdec75d912e (patch)
treea8bb951e6b228d9739e4cfd34f27dd0e8bd08f59 /src/libstore/ssh.hh
parent20df50d8e15da7b5d39986a4db533d6c41f0786c (diff)
Honor $NIX_SSHOPTS again
NixOps needs this.
Diffstat (limited to 'src/libstore/ssh.hh')
-rw-r--r--src/libstore/ssh.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/ssh.hh b/src/libstore/ssh.hh
index 72238dad79..b4396467e5 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)