2023-06-05 14:06:38
  1. sudo vim /etc/hosts

    1
    185.199.110.133 raw.githubusercontent.com

下载item2

zsh是Shell

on-my-zsh是配置zsh的,可以下载很多的插件

Host *

断开时重试连接的次数

ServerAliveCountMax 5

每隔5秒自动发送一个空的请求以保持连接

ServerAliveInterval 5

Host aliyun-root
HostName 112.126.82.110
Port 22
User root

#Hvfish@2020
Host aliyun-hvfish
HostName 112.126.82.110
Port 22
User hvfish

Host xiaoha
HostName 120.26.178.143
Port 22
User root

pem证书登录 三喜测试

Host sanxi
HostName 121.40.245.47
Port 22
User root

pem证书登录

Host huowa
HostName 121.41.123.132
Port 22
User root

pem证书登录

Host 1lhx
HostName 114.215.188.218
Port 22
User root

pem证书登录

Host ola_pro
HostName 121.41.120.42
Port 22
User root

pem证书登录

Host icc_pro
HostName 121.40.212.113
Port 22
User root
IdentityFile ~/Developer/pem/icc_pro.pem

pem证书登录

Host ola_test
HostName 47.97.121.103
Port 22
User root

pem证书登录

Host icc_test
HostName 112.124.13.60
Port 22
User root
IdentityFile ~/Developer/pem/ola_test.pem

pem证书登录

Host icc_provider
HostName 101.37.161.29
Port 22
User root
IdentityFile ~/Developer/pem/icc_pro.pem

Host icc_test_provider
HostName 121.40.199.69
Port 22
User root
IdentityFile ~/Developer/pem/ola_test.pem

Host sanxi_pro
HostName 47.111.255.73
Port 22
User root

Host sanxi_pro2
HostName 101.37.20.36
Port 22
User root

Host xiaoji
HostName 47.110.236.54
Port 22
User root

Host xuniji
HostName 192.168.169.185
Port 22
User root

Host vebm
HostName 47.97.38.140
Port 22
User root
IdentityFile ~/Developer/pem/vebm-qjy.pem

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Host *
# 断开时重试连接的次数
ServerAliveCountMax 5
# 每隔5秒自动发送一个空的请求以保持连接
ServerAliveInterval 5

Host aliyun-root
HostName 112.126.82.110
Port 22
User root

#Hvfish@2020
Host aliyun-hvfish
HostName 112.126.82.110
Port 22
User hvfish

Host xiaoha
HostName 120.26.178.143
Port 22
User root

# pem证书登录 三喜测试
Host sanxi
HostName 121.40.245.47
Port 22
User root

# pem证书登录
Host huowa
HostName 121.41.123.132
Port 22
User root

# pem证书登录
Host 1lhx
HostName 114.215.188.218
Port 22
User root

# pem证书登录
Host ola_pro
HostName 121.41.120.42
Port 22
User root

# pem证书登录
Host icc_pro
HostName 121.40.212.113
Port 22
User root
IdentityFile ~/Developer/pem/icc_pro.pem

# pem证书登录
Host ola_test
HostName 47.97.121.103
Port 22
User root

# pem证书登录
Host icc_test
HostName 112.124.13.60
Port 22
User root
IdentityFile ~/Developer/pem/ola_test.pem

# pem证书登录
Host icc_provider
HostName 101.37.161.29
Port 22
User root
IdentityFile ~/Developer/pem/icc_pro.pem

Host icc_test_provider
HostName 121.40.199.69
Port 22
User root
IdentityFile ~/Developer/pem/ola_test.pem

Host sanxi_pro
HostName 47.111.255.73
Port 22
User root

Host sanxi_pro2
HostName 101.37.20.36
Port 22
User root

Host xiaoji
HostName 47.110.236.54
Port 22
User root


Host xuniji
HostName 192.168.169.185
Port 22
User root

Host vebm
HostName 47.97.38.140
Port 22
User root
IdentityFile ~/Developer/pem/vebm-qjy.pem

Prev
2023-06-05 14:06:38
Next