updated ssh hosts
parent
5ca78b4b8e
commit
673db3b19e
|
@ -12,31 +12,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"openwrt" = {
|
"openwrt" = {
|
||||||
hostname = "openwrt";
|
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
user = "root";
|
user = "root";
|
||||||
};
|
};
|
||||||
|
|
||||||
"suricata" = {
|
|
||||||
hostname = "suricata.monotremata.xyz";
|
|
||||||
identitiesOnly = true;
|
|
||||||
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
|
||||||
forwardAgent = true;
|
|
||||||
port = 2222;
|
|
||||||
};
|
|
||||||
|
|
||||||
"narwhal" = {
|
"narwhal" = {
|
||||||
hostname = "192.168.1.133";
|
|
||||||
identitiesOnly = true;
|
|
||||||
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
|
||||||
forwardAgent = true;
|
|
||||||
port = 22;
|
|
||||||
};
|
|
||||||
|
|
||||||
"sloth" = {
|
|
||||||
hostname = "192.168.1.144";
|
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
|
@ -44,7 +26,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"trantor" = {
|
"trantor" = {
|
||||||
hostname = "192.168.1.203";
|
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
|
@ -52,7 +33,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"axolotl" = {
|
"axolotl" = {
|
||||||
hostname = "192.168.1.180";
|
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
|
@ -60,7 +40,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"caladan" = {
|
"caladan" = {
|
||||||
hostname = "caladan.monotremata.xyz";
|
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
|
@ -68,7 +47,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"fugu" = {
|
"fugu" = {
|
||||||
hostname = "mail.monotremata.xyz";
|
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
identityFile = "~/.ssh/id_rsa_yubikey.pub";
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
|
@ -76,7 +54,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"bitbucket.org" = {
|
"bitbucket.org" = {
|
||||||
hostname = "bitbucket.org";
|
|
||||||
user = "git";
|
user = "git";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
identityFile = "~/.ssh/bitbucket_rsa";
|
identityFile = "~/.ssh/bitbucket_rsa";
|
||||||
|
|
Loading…
Reference in New Issue