default match block
This commit is contained in:
@@ -11,9 +11,18 @@
|
|||||||
{
|
{
|
||||||
"*" = {
|
"*" = {
|
||||||
user = "john";
|
user = "john";
|
||||||
forwardAgent = true;
|
|
||||||
serverAliveInterval = 60;
|
# From the help text about the deprecation of the default config:
|
||||||
serverAliveCountMax = 2;
|
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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
(lib.mkIf (config.profile == "personal") {
|
(lib.mkIf (config.profile == "personal") {
|
||||||
|
|||||||
Reference in New Issue
Block a user