Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-16 | Disallow SSH host names starting with a dash | Eelco Dolstra | 1 | -8/+1 | |
2017-05-02 | build-remote: Ugly hackery to get build logs to work | Eelco Dolstra | 1 | -1/+3 | |
The build hook mechanism expects build log output to go to file descriptor 4, so do that. | |||||
2017-03-21 | Honor $NIX_SSHOPTS again | Eelco Dolstra | 1 | -0/+2 | |
NixOps needs this. | |||||
2017-03-03 | SSHMaster: Make thread-safe | Eelco Dolstra | 1 | -9/+15 | |
2017-03-03 | Improve SSH handling | Eelco Dolstra | 1 | -0/+41 | |
* Unify SSH code in SSHStore and LegacySSHStore. * Fix a race starting the SSH master. We now wait synchronously for the SSH master to finish starting. This prevents the SSH clients from starting their own connections. * Don't use a master if max-connections == 1. * Add a "max-connections" store parameter. * Add a "compress" store parameter. |