shh
This commit is contained in:
parent
f7b1944540
commit
dc743bac40
1 changed files with 7 additions and 15 deletions
|
|
@ -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";
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue