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:
parent
20df50d8e1
commit
3229f85585
2 changed files with 14 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue