[macbook] Misc ssh settings.
This commit is contained in:
+18
-2
@@ -91,7 +91,6 @@ in {
|
|||||||
enableDefaultConfig = false;
|
enableDefaultConfig = false;
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"*" = {
|
"*" = {
|
||||||
forwardAgent = false;
|
|
||||||
addKeysToAgent = "no";
|
addKeysToAgent = "no";
|
||||||
compression = false;
|
compression = false;
|
||||||
serverAliveInterval = 0;
|
serverAliveInterval = 0;
|
||||||
@@ -117,10 +116,27 @@ in {
|
|||||||
hostname = "82.180.160.149";
|
hostname = "82.180.160.149";
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
};
|
};
|
||||||
"racknerd" = {
|
handmaderunner = {
|
||||||
|
user = "jmug";
|
||||||
|
hostname = "2.25.209.218";
|
||||||
|
};
|
||||||
|
racknerd = {
|
||||||
user = "jmug";
|
user = "jmug";
|
||||||
hostname = "155.94.155.137";
|
hostname = "155.94.155.137";
|
||||||
addKeysToAgent = "yes";
|
addKeysToAgent = "yes";
|
||||||
|
forwardAgent = false;
|
||||||
|
};
|
||||||
|
beefy = {
|
||||||
|
user = "jmug";
|
||||||
|
hostname = "100.127.115.24";
|
||||||
|
addKeysToAgent = "yes";
|
||||||
|
forwardAgent = true;
|
||||||
|
};
|
||||||
|
mid = {
|
||||||
|
user = "jmug";
|
||||||
|
hostname = "100.82.115.89";
|
||||||
|
addKeysToAgent = "yes";
|
||||||
|
forwardAgent = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user