From 0b87a11ae2862538ff9368930d970eb2abadc838 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 4 Jul 2020 23:41:58 +0800 Subject: [PATCH] zynq: fix rpi4 host key problems (4th attempt) --- zynq.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/zynq.nix b/zynq.nix index 1b06df0..e909321 100644 --- a/zynq.nix +++ b/zynq.nix @@ -38,13 +38,9 @@ in mkdir $HOME/.ssh cp /opt/hydra_id_rsa $HOME/.ssh/id_rsa cp /opt/hydra_id_rsa.pub $HOME/.ssh/id_rsa.pub - cat > $HOME/.ssh/config << EOF - Host * - StrictHostKeyChecking no - EOF chmod 600 $HOME/.ssh/id_rsa - bash ${}/remote_run.sh -d ${artiq-zynq.zc706-simple-jtag} + bash ${}/remote_run.sh -h rpi-4 -o "-F /dev/null -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR" -d ${artiq-zynq.zc706-simple-jtag} touch $out '';