home/ssh | update settings
This commit is contained in:
parent
cc1b9f25e8
commit
62f50447e9
1 changed files with 7 additions and 0 deletions
|
|
@ -3,12 +3,16 @@
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
compression = true;
|
compression = true;
|
||||||
|
addKeysToAgent = "yes";
|
||||||
|
serverAliveCountMax = 2;
|
||||||
|
serverAliveInterval = 10;
|
||||||
hashKnownHosts = true;
|
hashKnownHosts = true;
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"git" = {
|
"git" = {
|
||||||
port = 2020;
|
port = 2020;
|
||||||
identityFile = "/home/don/.ssh/git";
|
identityFile = "/home/don/.ssh/git";
|
||||||
};
|
};
|
||||||
|
"git.trex-halfbeak.ts.net" = { identityFile = "/home/don/.ssh/git"; };
|
||||||
"github.com" = { identityFile = "/home/don/.ssh/git"; };
|
"github.com" = { identityFile = "/home/don/.ssh/git"; };
|
||||||
"gitlab.com" = { identityFile = "/home/don/.ssh/git"; };
|
"gitlab.com" = { identityFile = "/home/don/.ssh/git"; };
|
||||||
"homeassistant.home.duckland.org" = { user = "root"; };
|
"homeassistant.home.duckland.org" = { user = "root"; };
|
||||||
|
|
@ -17,6 +21,9 @@
|
||||||
hostname = "wise.dreamhost.com";
|
hostname = "wise.dreamhost.com";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
extraConfig = ''
|
||||||
|
ConnectTimeout 5
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue