Files
home/.ssh/config
2025-10-08 10:35:48 +02:00

37 lines
628 B
Plaintext
Executable File

Host hive
Port 22
User pi
IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes
Host drone
Port 22
User pi
IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes
Host worker
Port 22
User sk
IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes
Host kiosk
Port 22
User sk
IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes
Host ionos
Port 22
HostName home450438325.1and1-data.host
User u71891509
IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes
Host vps
Port 22
HostName 82.165.139.220
User root
IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes