You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.5 KiB
57 lines
1.5 KiB
[appendix]
|
|
= 环境信息
|
|
== 腾讯云外网服务器
|
|
[options=header,cols="1,2"]
|
|
|===
|
|
| 配置项 | 值
|
|
| 申请日期 | 2023-6-27,有效期 1 年
|
|
| IP地址 | 124.222.99.204
|
|
| 端口 | 22
|
|
| administrator | Wspsc@139@Wspsc
|
|
| root | wspsc@139
|
|
| wangshaoping | wspsc@139
|
|
|===
|
|
|
|
=== 连接方法
|
|
[source,bash]
|
|
----
|
|
# ssh 连接
|
|
ssh root@124.222.99.204
|
|
|
|
# scp
|
|
scp 本地文件 root@124.222.99.204:远程文件夹
|
|
----
|
|
|
|
=== 部署的应用
|
|
|===
|
|
| 应用名称 | 端口 | 用户名 | 密码 | 访问地址
|
|
| nexus | 8000 | admin | Yusys@fxyw888 | http://124.222.99.204:8000
|
|
| gitlib | 9000 | wangshaoping | wspsc@139 | http://124.222.99.204:9000
|
|
|===
|
|
|
|
== 公司金融云外网服务器
|
|
[options=header,cols="1,2"]
|
|
|===
|
|
| 配置项 | 值
|
|
| IP地址 | 210.12.198.142
|
|
| 端口 | 8000
|
|
| root | Yusys@fxyw65
|
|
| wangshaoping | wspsc@139
|
|
|===
|
|
|
|
=== 连接方法
|
|
[source,bash]
|
|
----
|
|
# ssh 连接
|
|
ssh root@210.12.198.142 -p 8000
|
|
|
|
# scp
|
|
scp -P 8000 本地文件 root@210.12.198.142:远程文件夹
|
|
----
|
|
|
|
=== 部署的应用
|
|
|===
|
|
| 应用名称 | 端口 | 用户名 | 密码 | 访问地址
|
|
| gitlab | 9000 | admin | Yusys@fxyw888 | http://210.12.198.142:9000
|
|
| zentao | 80->7000 | admin | Yusys@fxyw888 | http://210.12.198.142/zentao
|
|
|===
|