about summary refs log tree commit diff
path: root/src/build-remote/build-remote.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-03-16T13·19+0100
committerEelco Dolstra <edolstra@gmail.com>2017-03-16T13·19+0100
commit287084d688c3316d5840a9a7b5b2dff29b3dda94 (patch)
tree84c37315daebbb822fbfd210f46c35d011ee21f8 /src/build-remote/build-remote.cc
parentc5b83d8913d73ea58ff9437c41bf6bd0c6839ad0 (diff)
ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://
Diffstat (limited to 'src/build-remote/build-remote.cc')
-rw-r--r--src/build-remote/build-remote.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-remote/build-remote.cc b/src/build-remote/build-remote.cc
index 6b142db98260..d7aee288670a 100644
--- a/src/build-remote/build-remote.cc
+++ b/src/build-remote/build-remote.cc
@@ -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;