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