This commit is contained in:
Tao Tien 2025-11-03 15:52:31 -08:00
parent f7b1944540
commit dc743bac40

View file

@ -148,26 +148,18 @@ in {
forwardAgent = true; forwardAgent = true;
identityFile = "/home/tao/.ssh/id_ed25519"; identityFile = "/home/tao/.ssh/id_ed25519";
}; };
"griffin" = { # "chupacabra" = {
hostname = "griffin.cs.usfca.edu"; # hostname = "stargate.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 chupacabra.cs.usfca.edu";
}; # };
"github" = { "github" = {
hostname = "github.com"; hostname = "github.com";
forwardAgent = true; forwardAgent = true;
identityFile = "/home/tao/.ssh/id_ed25519"; identityFile = "/home/tao/.ssh/id_ed25519";
}; };
# "uwuraid" = {
# hostname = "uwuraid";
# user = "root";
# # extraOptions = ["-t" "cd /mnt/user; exet \$SHELL -l"];
# # requesttty = true;
# # identityFile = "/home/tao/.ssh/id_ed25519";
# proxyCommand = "ssh -t root@uwuraid cd /mnt/user; exec \\$SHELL -l";
# };
}; };
}; };