dotfiles/native_configs/ssh/config

174 lines
3.5 KiB
Plaintext
Raw Normal View History

2022-11-11 11:33:57 +00:00
# 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-12-15 19:30:14 +00:00
Host mokoi
HostName 129.146.98.121
User ubuntu_admin
2022-11-14 07:50:02 +00:00
Port 22
Host noami
HostName 10.100.200.230
User htran
Port 22
2023-02-02 08:51:09 +00:00
Host sr1
HostName 10.30.76.46
User htran
Port 22
StrictHostKeyChecking no
2023-02-02 08:51:09 +00:00
HostKeyAlgorithms=+ssh-dss,ssh-rsa
KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
2023-03-11 23:29:21 +00:00
Host bgp1
HostName 10.111.100.113
User htran
Port 22
StrictHostKeyChecking no
2023-07-25 20:26:08 +00:00
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
2023-03-11 23:29:21 +00:00
HostKeyAlgorithms=+ssh-dss,ssh-rsa
KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
Host bgp2
HostName 10.111.100.114
User htran
Port 22
StrictHostKeyChecking no
2023-07-25 20:26:08 +00:00
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
HostKeyAlgorithms=+ssh-dss,ssh-rsa
KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
2023-09-01 19:20:38 +00:00
Host 10.111.100.*
2023-07-25 20:26:08 +00:00
HostName 10.111.100.*
User htran
Port 22
StrictHostKeyChecking no
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
2023-03-11 23:29:21 +00:00
HostKeyAlgorithms=+ssh-dss,ssh-rsa
KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
2023-06-23 08:29:26 +00:00
2023-02-02 08:51:09 +00:00
Host d1-30
HostName 10.111.103.60
User htran
Port 22
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
Host d3l-3
HostName 10.111.103.65
User htran
Port 22
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
2023-02-02 08:51:09 +00:00
Host dev0
HostName 10.100.200.230
2023-03-11 23:29:21 +00:00
User htran
2023-02-02 08:51:09 +00:00
Port 22
2023-02-04 21:48:08 +00:00
2023-05-02 16:28:34 +00:00
Host dev2
HostName 10.100.200.210
User htran
Port 22
2023-02-04 21:48:08 +00:00
Host dev1
HostName 10.100.200.220
User htran
Port 22
2023-02-10 04:54:08 +00:00
2023-02-12 19:02:27 +00:00
Host ztp-egi
HostName 10.23.27.201
User root
Port 22
Host goat
HostName 10.133.32.100
User "EGN NOC"
Port 22
2023-02-27 17:32:48 +00:00
Host portal2
HostName portal2.egihosting.com
User root
Port 22
Host egn-rest-api
HostName egn-rest-api.egihosting.com
User root
Port 22
2023-03-06 21:11:12 +00:00
Host gl-egi
HostName gitlab.egihosting.com
User git
Port 22
IdentityFile ~/.ssh/id_ed25519
2023-06-23 08:29:26 +00:00
IdentityFile ~/.ssh/id_rsa
2023-03-06 21:11:12 +00:00
Host 10.111.103.*
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
2023-06-23 08:29:26 +00:00
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
Host *
SendEnv TERM
SetEnv TERM=xterm-256color
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
2023-03-11 23:29:21 +00:00
2023-06-23 08:29:26 +00:00
Host *.egihosting.com
StrictHostKeyChecking no
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
2023-07-29 23:23:31 +00:00
Host gh
2023-07-29 23:28:00 +00:00
HostName github.com
2023-07-29 23:23:31 +00:00
User git
Port 22
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa