Add odroid NAS to ssh_config

This commit is contained in:
Tobias Strobel 2023-11-09 22:56:25 +01:00
parent 1d1f5fe81c
commit 57a2173439

View file

@ -30,6 +30,25 @@ Host code.strobel.one
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
## HomeNet
Host odroid
HostName 192.168.178.152
User tobias
# FIDO2
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
Host odroid-unlock
HostName 192.168.178.156
User root
# FIDO2
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
Host archiso
HostName 192.168.178.153
User root
PasswordAuthentication yes
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
Host helios
#HostName 192.168.178.20
HostName space.home.strobel.one