This commit is contained in:
Tao Tien 2025-04-22 15:45:05 -07:00
parent 145188f648
commit bcbdeb931d

View file

@ -135,11 +135,11 @@ in {
identityFile = "/home/tao/.ssh/id_ed25519";
};
"griffin" = {
hostname = "griffin";
hostname = "griffin.cs.usfca.edu";
user = "tltien";
forwardAgent = true;
identityFile = "/home/tao/.ssh/id_ed25519";
proxyCommand = "ssh griffin.cs.usfca.edu";
# proxyCommand = "ssh griffin.cs.usfca.edu";
};
"github" = {
hostname = "github.com";