[macbook] Misc ssh settings.
This commit is contained in:
+18
-2
@@ -91,7 +91,6 @@ in {
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
forwardAgent = false;
|
||||
addKeysToAgent = "no";
|
||||
compression = false;
|
||||
serverAliveInterval = 0;
|
||||
@@ -117,10 +116,27 @@ in {
|
||||
hostname = "82.180.160.149";
|
||||
forwardAgent = true;
|
||||
};
|
||||
"racknerd" = {
|
||||
handmaderunner = {
|
||||
user = "jmug";
|
||||
hostname = "2.25.209.218";
|
||||
};
|
||||
racknerd = {
|
||||
user = "jmug";
|
||||
hostname = "155.94.155.137";
|
||||
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