ssh: Update config
This commit is contained in:
parent
d19048f2a3
commit
184bc63164
@ -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" = {
|
||||
@ -141,6 +141,11 @@
|
||||
identityFile = "~/.ssh/github";
|
||||
};
|
||||
|
||||
"code.iti.illinois.edu" = {
|
||||
user = "gitlab";
|
||||
identityFile = "~/.ssh/github";
|
||||
};
|
||||
|
||||
"git.ctf.necst.it" = {
|
||||
user = "ctf";
|
||||
identityFile = "~/.ssh/gitlab_necst";
|
||||
@ -169,7 +174,7 @@
|
||||
identityFile = "~/.ssh/aur";
|
||||
};
|
||||
|
||||
"ucsb-workstation" = {
|
||||
"ucsb-workstation.devs.giugl.io" = {
|
||||
user = "giulio";
|
||||
identityFile = "~/.ssh/ucsb";
|
||||
forwardAgent = true;
|
||||
|
Loading…
Reference in New Issue
Block a user