mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 06:31:35 +00:00
sync
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user