dotfiles/private_dot_ssh/private_config

26 lines
368 B
Text
Raw Normal View History

2021-02-19 22:05:51 +00:00
Host osutech
User root
HostName 192.81.210.64
2021-03-20 07:40:04 +00:00
Host hlab
User michael
HostName 142.93.75.170
2021-04-15 07:29:54 +00:00
Host rpi
User michael
HostName 192.168.0.171
2021-03-20 07:40:04 +00:00
# sift
Host l0
User mzhang
HostName lambda0.sift.net
Host achilles
User mzhang
HostName achilles.sift.net
Host r0
User mzhang
HostName rhimes0.sift.net
2021-02-19 22:05:51 +00:00
# vim: set ft=sshconfig :