This commit is contained in:
2025-08-16 01:54:30 +00:00
parent 0958ef8440
commit bb0cd7a496
2 changed files with 28 additions and 11 deletions

View File

@@ -141,7 +141,7 @@
user = "git";
identityFile = "~/.ssh/id_rsa_git";
};
"192.168.1.*" = {
"192.168.4.*" = {
user = "root";
extraOptions = {
StrictHostKeyChecking = "no";
@@ -158,15 +158,6 @@
PubkeyAcceptedKeyTypes = "+ssh-rsa"; ##needed to allow the USG to login with ssh key
};
};
##USG
"192.168.1.1" = {
user = "fbleagh";
extraOptions = {
StrictHostKeyChecking = "no";
UpdateHostKeys = "yes";
PubkeyAcceptedKeyTypes = "+ssh-rsa"; ##needed to allow the USG to login with ssh key
};
};
"router" = {
user = "fbleagh";
extraOptions = {
@@ -183,6 +174,15 @@
UserKnownHostsFile = "/dev/null";
};
};
"opti*" = {
user = "root";
extraOptions = {
StrictHostKeyChecking = "no";
UpdateHostKeys = "yes";
UserKnownHostsFile = "/dev/null";
};
};
};
};
};