Fix strict host key check error
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -21,7 +21,10 @@
|
|||||||
hostname = "github.com";
|
hostname = "github.com";
|
||||||
user = "git";
|
user = "git";
|
||||||
identityFile = "${home}/.ssh/ssh_personal_ed25519_key";
|
identityFile = "${home}/.ssh/ssh_personal_ed25519_key";
|
||||||
extraOptions.StrictHostKeyChecking = "no";
|
extraOptions = {
|
||||||
|
StrictHostKeyChecking = "no";
|
||||||
|
UserKnownHostsFile = "/dev/null";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -23,7 +23,10 @@
|
|||||||
hostname = "github.com";
|
hostname = "github.com";
|
||||||
user = "git";
|
user = "git";
|
||||||
identityFile = "${home}/.ssh/ssh_personal_ed25519_key";
|
identityFile = "${home}/.ssh/ssh_personal_ed25519_key";
|
||||||
extraOptions.StrictHostKeyChecking = "no";
|
extraOptions = {
|
||||||
|
StrictHostKeyChecking = "no";
|
||||||
|
UserKnownHostsFile = "/dev/null";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# SAS
|
# SAS
|
||||||
@@ -31,14 +34,31 @@
|
|||||||
hostname = "github.com";
|
hostname = "github.com";
|
||||||
user = "git";
|
user = "git";
|
||||||
identityFile = "${home}/.ssh/ssh_sas_ed25519_key";
|
identityFile = "${home}/.ssh/ssh_sas_ed25519_key";
|
||||||
extraOptions.StrictHostKeyChecking = "no";
|
extraOptions = {
|
||||||
|
StrictHostKeyChecking = "no";
|
||||||
|
UserKnownHostsFile = "/dev/null";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"gitlab.sas.com" = {
|
"gitlab.sas.com" = {
|
||||||
hostname = "gitlab.sas.com";
|
hostname = "gitlab.sas.com";
|
||||||
user = "git";
|
user = "git";
|
||||||
identityFile = "${home}/.ssh/ssh_sas_ed25519_key";
|
identityFile = "${home}/.ssh/ssh_sas_ed25519_key";
|
||||||
extraOptions.StrictHostKeyChecking = "no";
|
extraOptions = {
|
||||||
|
StrictHostKeyChecking = "no";
|
||||||
|
UserKnownHostsFile = "/dev/null";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
"gerrit-svi.unx.sas.com" = {
|
||||||
|
hostname = "gerrit-svi.unx.sas.com";
|
||||||
|
user = "nikara";
|
||||||
|
port = 29418;
|
||||||
|
identityFile = "${home}/.ssh/ssh_sas_ed25519_key";
|
||||||
|
extraOptions = {
|
||||||
|
StrictHostKeyChecking = "no";
|
||||||
|
UserKnownHostsFile = "/dev/null";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -21,7 +21,10 @@
|
|||||||
hostname = "github.com";
|
hostname = "github.com";
|
||||||
user = "git";
|
user = "git";
|
||||||
identityFile = "${home}/.ssh/ssh_personal_ed25519_key";
|
identityFile = "${home}/.ssh/ssh_personal_ed25519_key";
|
||||||
extraOptions.StrictHostKeyChecking = "no";
|
extraOptions = {
|
||||||
|
StrictHostKeyChecking = "no";
|
||||||
|
UserKnownHostsFile = "/dev/null";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user