From d15c124b0bba4d516f45f21a73d7bae3eeb47f9a Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 28 Feb 2024 22:35:21 -0500 Subject: [PATCH] chore(ssh): remove unused ssh aliases --- common/nix-on-droid.nix | 3 --- modules/tailscale.nix | 3 --- 2 files changed, 6 deletions(-) diff --git a/common/nix-on-droid.nix b/common/nix-on-droid.nix index d8d032c..b899920 100644 --- a/common/nix-on-droid.nix +++ b/common/nix-on-droid.nix @@ -58,7 +58,6 @@ pc = "ssh -t matt@100.64.0.6 'tmux -2u new -At phone'"; # Misc Nix servers - oksys = "ssh -t matt@100.64.0.1 'tmux -2u new -At phone'"; servivi = "ssh -t matt@100.64.0.7 'tmux -2u new -At phone'"; # Cluster nodes @@ -69,9 +68,7 @@ pve = "ssh -t matt@100.64.0.4 'tmux -2u new -At phone'"; # Proxmox LXC instances - pod = "mosh matt@100.64.0.4 -- ssh -t -p 6768 matt@10.0.0.122 'tmux -2u new -At phone'"; jelly = "mosh matt@100.64.0.4 -- ssh -t matt@10.0.0.123 'tmux -2u new -At phone'"; - qbit = "mosh matt@100.64.0.4 -- ssh -t matt@10.0.0.128 'tmux -2u new -At phone'"; }; } ]; diff --git a/modules/tailscale.nix b/modules/tailscale.nix index 711189a..f9c15cd 100644 --- a/modules/tailscale.nix +++ b/modules/tailscale.nix @@ -24,7 +24,6 @@ in { pc = "ssh -t matt@binto 'tmux -2u new -At ${hostName}'"; # Misc Nix servers - oksys = "ssh -t matt@oksys 'tmux -2u new -At ${hostName}'"; servivi = "ssh -t matt@servivi 'tmux -2u new -At ${hostName}'"; # Cluster nodes @@ -35,9 +34,7 @@ in { pve = "ssh -t matt@pve 'tmux -2u new -At ${hostName}'"; # Proxmox LXC instances - pod = "mosh matt@pve -- ssh -t -p 6768 matt@10.0.0.122 'tmux -2u new -At ${hostName}'"; jelly = "mosh matt@pve -- ssh -t matt@10.0.0.123 'tmux -2u new -At ${hostName}'"; - qbit = "mosh matt@pve -- ssh -t matt@10.0.0.128 'tmux -2u new -At ${hostName}'"; }; }; }