diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-20 15:55:43 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-20 15:55:43 -0800 |
commit | 7ec2c436828db5fc341796ea5e9263a180d881f2 (patch) | |
tree | 6d922ba1f97eed7b6ae45f012e133a08e12dd3d7 /home | |
parent | aade5be94f8fe8cfb9b4348f97ad83ac64908c5f (diff) | |
download | nix-7ec2c436828db5fc341796ea5e9263a180d881f2.tar nix-7ec2c436828db5fc341796ea5e9263a180d881f2.tar.gz nix-7ec2c436828db5fc341796ea5e9263a180d881f2.tar.bz2 nix-7ec2c436828db5fc341796ea5e9263a180d881f2.tar.lz nix-7ec2c436828db5fc341796ea5e9263a180d881f2.tar.xz nix-7ec2c436828db5fc341796ea5e9263a180d881f2.tar.zst nix-7ec2c436828db5fc341796ea5e9263a180d881f2.zip |
Disable key checking
Diffstat (limited to 'home')
-rw-r--r-- | home/nipsy/richese.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |