diff --git a/home/ssh/default.nix b/home/ssh/default.nix index 648c60f..b5ae837 100644 --- a/home/ssh/default.nix +++ b/home/ssh/default.nix @@ -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";