Fix SSH known hosts handling

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-02-13 14:22:07 +00:00
parent c907cdeca6
commit e9833141ad
6 changed files with 2 additions and 31 deletions

View File

@@ -22,10 +22,6 @@
hostname = "github.com";
user = "git";
identityFile = "${home}/.ssh/ssh_personal_ed25519_key";
extraOptions = {
StrictHostKeyChecking = "no";
UserKnownHostsFile = "/dev/null";
};
};
};
};