记录一些服务器信息

内网服务器连接网络

1
2
3
4
5
6
7
8

ssh -R 4000:192.168.100.2:8888 viathink@172.16.40.116

export http_proxy=http://localhost:4000
export https_proxy=http://localhost:4000

git config --global http.proxy http://localhost:4000

AMGT服务器登录

1
2
3
4

ssh -p 2201 ubuntu@amgt-ts.plantdna.site
ssh -p 2201 ubuntu@49.233.41.94

青云服务器

部署的系统有

1
2
3

ssh viathink@maizedna.cn

Nginx配置服务器

1
2
3

ssh -p 2201 viathink@192.168.17.157

SWMS外网访问服务器

1
2
3

ssh viathink@192.168.17.229

SWMS内网访问服务器

1
2
3

ssh viathink@172.16.42.111