Add odroid NAS to ssh_config
This commit is contained in:
parent
1d1f5fe81c
commit
57a2173439
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue