From 3c4d133b88460da2a4f9d9881e819b5270d69422 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Wed, 15 Nov 2023 10:49:23 +0100 Subject: [PATCH] Fix the proxy_command of daint.cscs.ch --- daint.cscs.ch/gpu/computer-configure.yml | 2 +- daint.cscs.ch/mc/computer-configure.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daint.cscs.ch/gpu/computer-configure.yml b/daint.cscs.ch/gpu/computer-configure.yml index 0fdb931..7d7a0da 100644 --- a/daint.cscs.ch/gpu/computer-configure.yml +++ b/daint.cscs.ch/gpu/computer-configure.yml @@ -1,7 +1,7 @@ --- username: '{{ username }}' safe_interval: 10 -proxy_command: ssh -q -Y {username}@ela.cscs.ch netcat daint.cscs.ch 22 +proxy_command: 'ssh -q -Y {{ username }}@ela.cscs.ch netcat daint.cscs.ch 22' key_filename: ~/.ssh/cscs-key key_policy: AutoAddPolicy metadata: diff --git a/daint.cscs.ch/mc/computer-configure.yml b/daint.cscs.ch/mc/computer-configure.yml index 0fdb931..7d7a0da 100644 --- a/daint.cscs.ch/mc/computer-configure.yml +++ b/daint.cscs.ch/mc/computer-configure.yml @@ -1,7 +1,7 @@ --- username: '{{ username }}' safe_interval: 10 -proxy_command: ssh -q -Y {username}@ela.cscs.ch netcat daint.cscs.ch 22 +proxy_command: 'ssh -q -Y {{ username }}@ela.cscs.ch netcat daint.cscs.ch 22' key_filename: ~/.ssh/cscs-key key_policy: AutoAddPolicy metadata: