Update ssh config for new raspi.

This commit is contained in:
Alex Huddleston 2021-01-09 19:08:57 -06:00
parent cb2fb9c46c
commit 082a6a8682

View file

@ -18,6 +18,18 @@ Host shadow8t4-nas
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# Raspi 4 alpha
Host shadow8t4-raspi4-alpha
HostName 192.168.1.208
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# Raspi 4 beta
Host shadow8t4-raspi4-beta
HostName 192.168.1.209
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# NUC - Remote
Host werefox-nuc
HostName werefox.dev