mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Remove obsolete SSH master connection code
This commit is contained in:
parent
03103c0a36
commit
7b351da680
2 changed files with 2 additions and 55 deletions
|
@ -194,7 +194,7 @@ REQ: while (1) {
|
|||
|
||||
|
||||
# Connect to the selected machine.
|
||||
@sshOpts = ("-i", $machine->{sshKeys}, "-x");
|
||||
my @sshOpts = ("-i", $machine->{sshKeys});
|
||||
$hostName = $machine->{hostName};
|
||||
eval {
|
||||
($from, $to) = connectToRemoteNix($hostName, \@sshOpts, "2>&4");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue