diff --git a/ssh/ssh-config b/ssh/ssh-config index 27c381e..6f2d998 100644 --- a/ssh/ssh-config +++ b/ssh/ssh-config @@ -1,32 +1,33 @@ -# Linode VPS -Host linode-vps - HostName 50.116.26.217 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - # SSH Config for local network -# ASUS -Host shadow8t4-asus - HostName 192.168.1.207 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - # NUC Host shadow8t4-nuc - HostName 192.168.1.201 + HostName 192.168.6.201 + User shadow8t4 + IdentityFile /home/shadow8t4/.ssh/id_ed25519 + +# ASUS +Host shadow8t4-asus + HostName 192.168.6.202 User shadow8t4 IdentityFile /home/shadow8t4/.ssh/id_ed25519 # Raspi 4 alpha Host shadow8t4-raspi4-alpha - HostName 192.168.1.208 + HostName 192.168.6.203 User shadow8t4 IdentityFile /home/shadow8t4/.ssh/id_ed25519 # Raspi 4 beta Host shadow8t4-raspi4-beta - HostName 192.168.1.209 + 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 + +