enable forwardAgent for private hosts
This commit is contained in:
@@ -12,30 +12,36 @@
|
||||
"fs1" = {
|
||||
hostname = "fs1.t1.xyz";
|
||||
identityFile = tb1;
|
||||
forwardAgent = true;
|
||||
};
|
||||
"fs1.local" = {
|
||||
hostname = "192.168.50.100";
|
||||
identityFile = tb1;
|
||||
forwardAgent = true;
|
||||
};
|
||||
|
||||
"tr1" = {
|
||||
hostname = "tr1.t1.xyz";
|
||||
port = 22001;
|
||||
identityFile = tb1;
|
||||
forwardAgent = true;
|
||||
};
|
||||
"tr1.local" = {
|
||||
hostname = "192.168.50.101";
|
||||
identityFile = tb1;
|
||||
forwardAgent = true;
|
||||
};
|
||||
|
||||
# Cloud Machines
|
||||
"t1" = {
|
||||
hostname = "95.216.215.4";
|
||||
identityFile = tb1;
|
||||
forwardAgent = true;
|
||||
};
|
||||
"oc1" = {
|
||||
hostname = "64.181.254.177";
|
||||
identityFile = tb1;
|
||||
forwardAgent = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user