dotfiles/ssh/config

51 lines
826 B
Plaintext
Raw Permalink Normal View History

2022-11-11 11:33:57 +00:00
Host *
IdentityFile ~/.ssh/id_rsa
# felia mirror on windows
Host felia-win
HostName felia.coati-celsius.ts.net
Port 2222
User _nhitrl
2022-11-11 11:33:57 +00:00
# Ubuntu 12c 32G-RAM
Host felia
HostName felia.coati-celsius.ts.net
User ubuntu_admin
2022-11-12 16:25:28 +00:00
Port 22
2022-11-11 11:33:57 +00:00
# 2c 16G-RAM 200G drive
Host fel
HostName fel.coati-celsius.ts.net
User user
2022-11-12 16:25:28 +00:00
Port 22
2022-11-11 11:33:57 +00:00
# AMZ Linux aarch64 hungtr@AMZ
Host nioma
HostName ec2.pegasust.com
User ec2-user
IdentityFile ~/.ssh/free-aws.pem
2022-11-12 16:25:28 +00:00
Port 22
2022-11-11 11:33:57 +00:00
2022-11-26 05:07:48 +00:00
# NixOS Pegasust-gh@Linode
2022-11-11 11:33:57 +00:00
Host nyx
HostName nyx.pegasust.com
2022-11-22 03:48:24 +00:00
User hungtr
2022-11-12 16:25:28 +00:00
Port 22
2022-11-14 07:51:25 +00:00
Host lizzi
HostName 172.105.135.218
User hungtr
2022-11-12 16:25:28 +00:00
Port 22
Host pixi
HostName 139.144.60.254
User hungtr
Port 22
2022-11-26 05:07:48 +00:00
# Ubuntu 4G Pegasust-gh@Linode
2022-11-22 06:21:46 +00:00
Host ash
HostName 192.155.95.41
2022-11-14 07:50:02 +00:00
User hungtr
Port 22