ssh config update
This commit is contained in:
parent
697b48e20b
commit
4c2aac4d32
@ -19,7 +19,7 @@
|
|||||||
identityFile = "~/.ssh/dodino";
|
identityFile = "~/.ssh/dodino";
|
||||||
};
|
};
|
||||||
|
|
||||||
"pepostwo.devs.giugl.io" = {
|
"pepos.devs.giugl.io" = {
|
||||||
user = "pepos";
|
user = "pepos";
|
||||||
identityFile = "~/.ssh/pepos";
|
identityFile = "~/.ssh/pepos";
|
||||||
};
|
};
|
||||||
@ -36,13 +36,20 @@
|
|||||||
proxyJump = "bastion.nms.kcl.ac.uk";
|
proxyJump = "bastion.nms.kcl.ac.uk";
|
||||||
};
|
};
|
||||||
|
|
||||||
"kcl-mtl" = {
|
"kcl-mtl-features" = {
|
||||||
hostname = "134.219.148.11";
|
hostname = "134.219.148.11";
|
||||||
user = "peperunas";
|
user = "peperunas";
|
||||||
port = 30330;
|
port = 30330;
|
||||||
identityFile = "~/.ssh/kcl-mtl";
|
identityFile = "~/.ssh/kcl-mtl";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"kcl-mtl-deeplearning" = {
|
||||||
|
hostname = "134.219.148.11";
|
||||||
|
user = "peperunas";
|
||||||
|
port = 30332;
|
||||||
|
identityFile = "~/.ssh/kcl-mtl";
|
||||||
|
};
|
||||||
|
|
||||||
"aws-kcl" = {
|
"aws-kcl" = {
|
||||||
hostname = "ssh0-eu-west-2.nms.kcl.ac.uk";
|
hostname = "ssh0-eu-west-2.nms.kcl.ac.uk";
|
||||||
user = "k1804704";
|
user = "k1804704";
|
||||||
@ -106,17 +113,20 @@
|
|||||||
"architect.devs.giugl.io" = {
|
"architect.devs.giugl.io" = {
|
||||||
user = "giulio";
|
user = "giulio";
|
||||||
identityFile = "~/.ssh/giupi";
|
identityFile = "~/.ssh/giupi";
|
||||||
|
forwardAgent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"architect.devs.giugl.io.boot" = {
|
"architect.devs.giugl.io.boot" = {
|
||||||
|
hostname = "architect.devs.giugl.io";
|
||||||
user = "root";
|
user = "root";
|
||||||
identityFile = "~/.ssh/giupi";
|
identityFile = "~/.ssh/giupi";
|
||||||
};
|
};
|
||||||
|
|
||||||
"git.giugl.io" = {
|
"git.giugl.io" = {
|
||||||
user = "peperunas";
|
user = "gitea";
|
||||||
port = 10022;
|
port = 10022;
|
||||||
identityFile = "~/.ssh/gitea";
|
identityFile = "~/.ssh/gitea";
|
||||||
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"github.com" = {
|
"github.com" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user