forked from M-Labs/nix-scripts
zynq: fix rpi4 host key problems (third attempt)
This commit is contained in:
parent
2c26169353
commit
f6e1164476
5
zynq.nix
5
zynq.nix
|
@ -38,7 +38,10 @@ in
|
|||
mkdir $HOME/.ssh
|
||||
cp /opt/hydra_id_rsa $HOME/.ssh/id_rsa
|
||||
cp /opt/hydra_id_rsa.pub $HOME/.ssh/id_rsa.pub
|
||||
echo "rpi-4.m-labs.hk ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJu+HhQmQAclub9K/B3xUQ28lBg+MEdqSeBuQNZgPGKB" > $HOME/.ssh/known_hosts
|
||||
cat > $HOME/.ssh/config << EOF
|
||||
Host *
|
||||
StrictHostKeyChecking no
|
||||
EOF
|
||||
chmod 600 $HOME/.ssh/id_rsa
|
||||
|
||||
bash ${<artiq-zynq>}/remote_run.sh -d ${artiq-zynq.zc706-simple-jtag}
|
||||
|
|
Loading…
Reference in New Issue