diff --git a/roles/home/ssh.nix b/roles/home/ssh.nix index c01b34b..c0c18dc 100644 --- a/roles/home/ssh.nix +++ b/roles/home/ssh.nix @@ -19,7 +19,7 @@ identityFile = "~/.ssh/dodino"; }; - "pepostwo.devs.giugl.io" = { + "pepos.devs.giugl.io" = { user = "pepos"; identityFile = "~/.ssh/pepos"; }; @@ -36,13 +36,20 @@ proxyJump = "bastion.nms.kcl.ac.uk"; }; - "kcl-mtl" = { + "kcl-mtl-features" = { hostname = "134.219.148.11"; user = "peperunas"; port = 30330; identityFile = "~/.ssh/kcl-mtl"; }; + "kcl-mtl-deeplearning" = { + hostname = "134.219.148.11"; + user = "peperunas"; + port = 30332; + identityFile = "~/.ssh/kcl-mtl"; + }; + "aws-kcl" = { hostname = "ssh0-eu-west-2.nms.kcl.ac.uk"; user = "k1804704"; @@ -106,17 +113,20 @@ "architect.devs.giugl.io" = { user = "giulio"; identityFile = "~/.ssh/giupi"; + forwardAgent = true; }; "architect.devs.giugl.io.boot" = { + hostname = "architect.devs.giugl.io"; user = "root"; identityFile = "~/.ssh/giupi"; }; "git.giugl.io" = { - user = "peperunas"; + user = "gitea"; port = 10022; identityFile = "~/.ssh/gitea"; + identitiesOnly = true; }; "github.com" = {