ssh temp fix for stable rn
This commit is contained in:
@@ -15,10 +15,20 @@ in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = true;
|
||||
#enableDefaultConfig = true;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
identityFile = "${home_dir}/.ssh/id_blake";
|
||||
forwardAgent = false;
|
||||
addKeysToAgent = "no";
|
||||
compression = false;
|
||||
serverAliveInterval = 0;
|
||||
serverAliveCountMax = 3;
|
||||
hashKnownHosts = false;
|
||||
userKnownHostsFile = "~/.ssh/known_hosts";
|
||||
controlMaster = "no";
|
||||
controlPath = "~/.ssh/master-%r@%n:%p";
|
||||
controlPersist = "no";
|
||||
};
|
||||
"git.blakedheld.xyz" = {
|
||||
user = "gitea";
|
||||
|
||||
Reference in New Issue
Block a user