mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://
This commit is contained in:
parent
c5b83d8913
commit
287084d688
4 changed files with 4 additions and 4 deletions
|
@ -233,7 +233,7 @@ int main (int argc, char * * argv)
|
|||
lock = -1;
|
||||
|
||||
try {
|
||||
sshStore = openStore("ssh://" + bestMachine->hostName,
|
||||
sshStore = openStore("ssh-ng://" + bestMachine->hostName,
|
||||
{ {"ssh-key", bestMachine->sshKey },
|
||||
{"max-connections", "1" } });
|
||||
hostName = bestMachine->hostName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue