home/.ssh/config

19 lines
294 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
# 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