Update ssh
This commit is contained in:
parent
dc668023cc
commit
9e1eb4c432
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
|||
{ config, pkgs, ... }: {
|
||||
# Disable strict host key checking for
|
||||
# 192.168.1.210 - framework-server
|
||||
# 192.168.1.210 and 0.103 - framework-server
|
||||
# 192.168.1.35 - nuc-server
|
||||
# The key will change between boot and live for LUKS unlocking
|
||||
home.file.".ssh/config".text = ''
|
||||
Host 192.168.1.210
|
||||
StrictHostKeyChecking no
|
||||
Host 192.168.1.35 #
|
||||
Host 192.168.0.103
|
||||
StrictHostKeyChecking no
|
||||
Host 192.168.1.35
|
||||
StrictHostKeyChecking no
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue