ssh: Update config
This commit is contained in:
parent
d19048f2a3
commit
184bc63164
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
"192.35.222.32" = {
|
"192.35.222.32" = {
|
||||||
user = "giulio";
|
user = "giulio";
|
||||||
identityFile = "~/.ssh/gitlab-ucsb";
|
identityFile = "~/.ssh/ucsb";
|
||||||
};
|
};
|
||||||
|
|
||||||
"tommy.devs.giugl.io" = {
|
"tommy.devs.giugl.io" = {
|
||||||
@ -114,7 +114,7 @@
|
|||||||
|
|
||||||
"git.seclab.cs.ucsb.edu" = {
|
"git.seclab.cs.ucsb.edu" = {
|
||||||
user = "peperunas";
|
user = "peperunas";
|
||||||
identityFile = "~/.ssh/gitlab-ucsb";
|
identityFile = "~/.ssh/ucsb";
|
||||||
};
|
};
|
||||||
|
|
||||||
"architect.devs.giugl.io" = {
|
"architect.devs.giugl.io" = {
|
||||||
@ -140,6 +140,11 @@
|
|||||||
user = "git";
|
user = "git";
|
||||||
identityFile = "~/.ssh/github";
|
identityFile = "~/.ssh/github";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"code.iti.illinois.edu" = {
|
||||||
|
user = "gitlab";
|
||||||
|
identityFile = "~/.ssh/github";
|
||||||
|
};
|
||||||
|
|
||||||
"git.ctf.necst.it" = {
|
"git.ctf.necst.it" = {
|
||||||
user = "ctf";
|
user = "ctf";
|
||||||
@ -169,7 +174,7 @@
|
|||||||
identityFile = "~/.ssh/aur";
|
identityFile = "~/.ssh/aur";
|
||||||
};
|
};
|
||||||
|
|
||||||
"ucsb-workstation" = {
|
"ucsb-workstation.devs.giugl.io" = {
|
||||||
user = "giulio";
|
user = "giulio";
|
||||||
identityFile = "~/.ssh/ucsb";
|
identityFile = "~/.ssh/ucsb";
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user