1
0

enable forwardAgent for private hosts

This commit is contained in:
2025-11-06 08:28:22 -08:00
parent 78a52810d0
commit 7f1f44174a

View File

@@ -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;
};
};
};