From 4c2aac4d32c9e296d9c4950822348d09a9233601 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 25 Nov 2021 11:36:27 +0000 Subject: [PATCH] ssh config update --- roles/home/ssh.nix | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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" = {