feat(gs/home): Add ssh host alias for cerberus
My old macbook, which I still use sometimes Change-Id: I3ad080083b67b6cfab4cd31a4dce0a80a7227bd5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2065 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
a14f44b4fd
commit
98ed3c56db
1 changed files with 7 additions and 0 deletions
|
@ -64,6 +64,13 @@
|
|||
user = "griffin";
|
||||
};
|
||||
|
||||
"cerberus" = {
|
||||
host = "cerberus";
|
||||
hostname = "172.16.0.3";
|
||||
forwardAgent = true;
|
||||
user = "griffin";
|
||||
};
|
||||
|
||||
"mugwump" = {
|
||||
host = "mugwump";
|
||||
hostname = "172.16.0.5";
|
||||
|
|
Loading…
Reference in a new issue