From e244b3f792141540b98efc9fbf8045b981660e6d Mon Sep 17 00:00:00 2001 From: Alexis Werefox Date: Mon, 13 Sep 2021 13:06:01 -0500 Subject: [PATCH] Update SSH config. --- ssh/ssh-config | 19 ++++++++-------- ssh/wg-ssh-config | 58 ----------------------------------------------- 2 files changed, 9 insertions(+), 68 deletions(-) delete mode 100644 ssh/wg-ssh-config diff --git a/ssh/ssh-config b/ssh/ssh-config index 6f2d998..a384b9c 100644 --- a/ssh/ssh-config +++ b/ssh/ssh-config @@ -4,30 +4,29 @@ Host shadow8t4-nuc HostName 192.168.6.201 User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 + IdentityFile ~/.ssh/id_ed25519 # ASUS Host shadow8t4-asus HostName 192.168.6.202 User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 + IdentityFile ~/.ssh/id_ed25519 # Raspi 4 alpha Host shadow8t4-raspi4-alpha HostName 192.168.6.203 User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 + IdentityFile ~/.ssh/id_ed25519 # Raspi 4 beta Host shadow8t4-raspi4-beta HostName 192.168.6.204 User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - -## Linode VPS -#Host linode-vps -# HostName 50.116.26.217 -# User shadow8t4 -# IdentityFile /home/shadow8t4/.ssh/id_ed25519 + IdentityFile ~/.ssh/id_ed25519 +# UPS Raspi +Host ups-raspi + HostName 192.168.6.211 + User alexis_werefox + IdentityFile ~/.ssh/id_ed25519 diff --git a/ssh/wg-ssh-config b/ssh/wg-ssh-config deleted file mode 100644 index c5f2553..0000000 --- a/ssh/wg-ssh-config +++ /dev/null @@ -1,58 +0,0 @@ -# Linode VPS -Host linode-vps - HostName 50.116.26.217 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - -# SSH Config for Wireguard network - -# ASUS -Host shadow8t4-asus - HostName 192.168.4.8 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - -# NUC -Host shadow8t4-nuc - HostName 192.168.4.2 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - -# Raspi 4 alpha -Host shadow8t4-raspi4-alpha - HostName 192.168.4.6 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - -# Raspi 4 beta -Host shadow8t4-raspi4-beta - HostName 192.168.4.7 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - -# SSH Config for local network - -# ASUS -Host local-shadow8t4-asus - HostName 192.168.1.207 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - -# NUC -Host local-shadow8t4-nuc - HostName 192.168.1.201 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - -# Raspi 4 alpha -Host local-shadow8t4-raspi4-alpha - HostName 192.168.1.208 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - -# Raspi 4 beta -Host local-shadow8t4-raspi4-beta - HostName 192.168.1.209 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 -