From 7ec2c436828db5fc341796ea5e9263a180d881f2 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 20 Nov 2024 15:55:43 -0800 Subject: Disable key checking --- home/nipsy/richese.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/nipsy/richese.nix b/home/nipsy/richese.nix index 41f0d21..7c3e0b0 100644 --- a/home/nipsy/richese.nix +++ b/home/nipsy/richese.nix @@ -11,7 +11,7 @@ timeout=600 [ssh_connection] - ssh_args=-o BatchMode=yes -o ControlMaster=auto -o ControlPersist=8h -o Compression=yes + ssh_args=-o BatchMode=yes -o ControlMaster=auto -o ControlPersist=8h -o Compression=yes -o StrictHostKeyChecking=no control_path=/dev/shm/%%C control_path_dir=/dev/shm pipelining=True -- cgit v1.2.3