feat: more ssh hosts
parent
ffe82f65f8
commit
9405373bc8
|
@ -3,18 +3,30 @@ Host felia-win
|
|||
HostName felia.coati-celsius.ts.net
|
||||
Port 2222
|
||||
User _nhitrl
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
# Ubuntu 12c 32G-RAM
|
||||
Host felia
|
||||
HostName felia.coati-celsius.ts.net
|
||||
User ubuntu_admin
|
||||
Port 22
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
# 2c 16G-RAM 200G drive
|
||||
Host fel
|
||||
HostName fel.coati-celsius.ts.net
|
||||
User user
|
||||
Port 22
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
# AMZ Linux aarch64 hungtr@AMZ
|
||||
Host nioma
|
||||
|
@ -22,32 +34,56 @@ Host nioma
|
|||
User ec2-user
|
||||
IdentityFile ~/.ssh/free-aws.pem
|
||||
Port 22
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
# NixOS Pegasust-gh@Linode
|
||||
Host nyx
|
||||
HostName nyx.pegasust.com
|
||||
User hungtr
|
||||
Port 22
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host lizzi
|
||||
HostName 172.105.135.218
|
||||
User hungtr
|
||||
Port 22
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host pixi
|
||||
HostName 139.144.60.254
|
||||
User hungtr
|
||||
Port 22
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host mokoi
|
||||
HostName 129.146.98.121
|
||||
User ubuntu_admin
|
||||
Port 22
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host noami
|
||||
HostName 10.100.200.230
|
||||
User htran
|
||||
Port 22
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host sr1
|
||||
HostName 10.30.76.46
|
||||
|
@ -56,6 +92,10 @@ Host sr1
|
|||
StrictHostKeyChecking no
|
||||
HostKeyAlgorithms=+ssh-dss,ssh-rsa
|
||||
KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host bgp1
|
||||
HostName 10.111.100.113
|
||||
|
@ -66,6 +106,8 @@ Host bgp1
|
|||
IdentityFile ~/.ssh/id_rsa
|
||||
HostKeyAlgorithms=+ssh-dss,ssh-rsa
|
||||
KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host bgp2
|
||||
HostName 10.111.100.114
|
||||
|
@ -76,9 +118,10 @@ Host bgp2
|
|||
IdentityFile ~/.ssh/id_rsa
|
||||
HostKeyAlgorithms=+ssh-dss,ssh-rsa
|
||||
KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host 10.111.100.*
|
||||
HostName 10.111.100.*
|
||||
User htran
|
||||
Port 22
|
||||
StrictHostKeyChecking no
|
||||
|
@ -86,6 +129,19 @@ Host 10.111.100.*
|
|||
IdentityFile ~/.ssh/id_rsa
|
||||
HostKeyAlgorithms=+ssh-dss,ssh-rsa
|
||||
KexAlgorithms +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host 10.111.101.*
|
||||
User htran
|
||||
Port 22
|
||||
StrictHostKeyChecking no
|
||||
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
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host d1-30
|
||||
HostName 10.111.103.60
|
||||
|
@ -95,6 +151,8 @@ Host d1-30
|
|||
UserKnownHostsFile /dev/null
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host d3l-3
|
||||
HostName 10.111.103.65
|
||||
|
@ -104,42 +162,72 @@ Host d3l-3
|
|||
UserKnownHostsFile /dev/null
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host dev0
|
||||
HostName 10.100.200.230
|
||||
User htran
|
||||
Port 22
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host dev2
|
||||
HostName 10.100.200.210
|
||||
User htran
|
||||
Port 22
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host dev1
|
||||
HostName 10.100.200.220
|
||||
User htran
|
||||
Port 22
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
|
||||
Host ztp-egi
|
||||
HostName 10.23.27.201
|
||||
User root
|
||||
Port 22
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host goat
|
||||
HostName 10.133.32.100
|
||||
User "EGN NOC"
|
||||
Port 22
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host portal2
|
||||
HostName portal2.egihosting.com
|
||||
User root
|
||||
Port 22
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host egn-rest-api
|
||||
HostName egn-rest-api.egihosting.com
|
||||
User root
|
||||
Port 22
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host gl-egi
|
||||
HostName gitlab.egihosting.com
|
||||
|
@ -165,6 +253,33 @@ Host *.egihosting.com
|
|||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host grafana-egi
|
||||
HostName grafana.egihosting.com
|
||||
User nokia
|
||||
Port 22
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host syslog-egi
|
||||
HostName syslog.egihosting.com
|
||||
User root
|
||||
Port 22
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host geofeed-egi
|
||||
HostName geofeed.egihosting.com
|
||||
User root
|
||||
Port 22
|
||||
SendEnv TERM
|
||||
SetEnv TERM=xterm-256color
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host gh
|
||||
HostName github.com
|
||||
User git
|
||||
|
|
Loading…
Reference in New Issue