Add some more SSH hosts
diff --git a/modules/ssh.nix b/modules/ssh.nix
index 735267a..87fc6eb 100644
--- a/modules/ssh.nix
+++ b/modules/ssh.nix
@@ -29,6 +29,19 @@
user = "minion";
identityFile = "~/.ssh/id_tildetown";
};
+ clicks = {
+ hostname = "clicksminuteper.asuscomm.com";
+ port = 5122;
+ user = "minion";
+ identityFile = "~/.ssh/clicks_rsa";
+ };
+ "sshtron.zachlatta.com" = {
+ hostname = "sshtron.zachlatta.com";
+ extraOptions = {
+ PubkeyAcceptedAlgorithms = "+ssh-rsa";
+ HostkeyAlgorithms = "+ssh-rsa";
+ };
+ };
};
};