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"; identityFile = "/home/tao/.ssh/id_ed25519";
}; };
"griffin" = { "griffin" = {
hostname = "griffin"; hostname = "griffin.cs.usfca.edu";
user = "tltien"; user = "tltien";
forwardAgent = true; forwardAgent = true;
identityFile = "/home/tao/.ssh/id_ed25519"; identityFile = "/home/tao/.ssh/id_ed25519";
proxyCommand = "ssh griffin.cs.usfca.edu"; # proxyCommand = "ssh griffin.cs.usfca.edu";
}; };
"github" = { "github" = {
hostname = "github.com"; hostname = "github.com";