diff options
-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 |