ssh config update
This commit is contained in:
parent
697b48e20b
commit
4c2aac4d32
@ -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" = {
|
||||
|
Loading…
Reference in New Issue
Block a user