home/.ssh/config

24 lines
375 B
Plaintext
Raw Normal View History

2019-10-24 11:59:41 -05:00
# Remote machines
Host assburgers.club
HostName assburgers.club
Port 22
User salt
Compression yes
2019-12-18 15:32:39 -06:00
Host umec-dietpi
HostName 10.243.198.176
Port 22
User dietpi
Compression yes
2019-10-24 11:59:41 -05:00
# Local address-reserved machines
Host dsk-cstm-0
HostName 192.168.1.151
Port 22
User salt
Compression yes
Host lap-th-e560-0
HostName 192.168.1.152
Port 22
User salt
Compression yes