From 184bc63164d9d930afa742bd150cbc10784299dc Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 6 Jun 2023 13:32:55 -0700 Subject: [PATCH] ssh: Update config --- roles/home/ssh.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/roles/home/ssh.nix b/roles/home/ssh.nix index 39159f0..e6da612 100644 --- a/roles/home/ssh.nix +++ b/roles/home/ssh.nix @@ -13,7 +13,7 @@ "192.35.222.32" = { user = "giulio"; - identityFile = "~/.ssh/gitlab-ucsb"; + identityFile = "~/.ssh/ucsb"; }; "tommy.devs.giugl.io" = { @@ -114,7 +114,7 @@ "git.seclab.cs.ucsb.edu" = { user = "peperunas"; - identityFile = "~/.ssh/gitlab-ucsb"; + identityFile = "~/.ssh/ucsb"; }; "architect.devs.giugl.io" = { @@ -140,6 +140,11 @@ user = "git"; identityFile = "~/.ssh/github"; }; + + "code.iti.illinois.edu" = { + user = "gitlab"; + identityFile = "~/.ssh/github"; + }; "git.ctf.necst.it" = { user = "ctf"; @@ -169,7 +174,7 @@ identityFile = "~/.ssh/aur"; }; - "ucsb-workstation" = { + "ucsb-workstation.devs.giugl.io" = { user = "giulio"; identityFile = "~/.ssh/ucsb"; forwardAgent = true;