Update ssh config for new raspi.
This commit is contained in:
parent
cb2fb9c46c
commit
082a6a8682
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue