home/.ssh/config

18 lines
321 B
Plaintext
Raw Normal View History

2019-10-24 11:59:41 -05:00
# Remote machines
2020-06-16 10:24:53 -05:00
Host game1.9iron.club
HostName game1.9iron.club
Host web1.9iron.club
HostName web1.9iron.club
2019-10-24 11:59:41 -05:00
# Local address-reserved machines
Host dsk-cstm-0
2020-06-16 10:24:53 -05:00
HostName dsk-cstm-0.zt.9iron.club
2019-10-24 11:59:41 -05:00
Port 22
User salt
Host lap-th-e560-0
2020-06-16 10:24:53 -05:00
HostName lap-th-e560-0.zt.9iron.club
2019-10-24 11:59:41 -05:00
Port 22
User salt
2020-03-07 17:44:34 -06:00
Host *
2019-10-24 11:59:41 -05:00
Compression yes