Initial commit: SSH config and public keys
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
161
config.d/ma
Normal file
161
config.d/ma
Normal file
@@ -0,0 +1,161 @@
|
||||
Host 192.168.77.10
|
||||
User root
|
||||
|
||||
# MA 防火牆
|
||||
Host ma_fw
|
||||
HostName 192.168.88.1
|
||||
User ubuntu
|
||||
|
||||
|
||||
Host 192.168.88.2
|
||||
User root
|
||||
|
||||
Host 192.168.88.99
|
||||
User ubuntu
|
||||
|
||||
Host 192.168.88.4 192.168.88.4.nip.io
|
||||
User pi
|
||||
|
||||
Host 192.168.88.10
|
||||
User timmy
|
||||
|
||||
Host 192.168.88.11
|
||||
User timmy
|
||||
|
||||
Host 192.168.88.12
|
||||
User timmy
|
||||
|
||||
Host 192.168.88.13
|
||||
User timmy # 預設使用者:連線時自動使用 timmy 帳號登入
|
||||
|
||||
Host 192.168.88.15
|
||||
User ubuntu
|
||||
|
||||
Host 192.168.88.16
|
||||
User timmy
|
||||
|
||||
Host 192.168.88.18
|
||||
User timmy
|
||||
LocalForward 50041 127.0.0.1:80
|
||||
|
||||
Host 192.168.88.19
|
||||
User ubuntu
|
||||
|
||||
Host 192.168.88.30
|
||||
User ubuntu
|
||||
|
||||
Host 192.168.88.31
|
||||
User ubuntu
|
||||
|
||||
Host 192.168.88.173
|
||||
User ubuntu
|
||||
|
||||
Host 192.168.88.32
|
||||
User ubuntu
|
||||
Port 22
|
||||
|
||||
Host 192.168.88.33
|
||||
User timmy
|
||||
|
||||
# Mail Server MA (內網連線)
|
||||
Host mail_ma_local 192.168.88.35
|
||||
HostName 192.168.88.35
|
||||
User timmy
|
||||
LocalForward 16361 127.0.0.1:80 # Mail 管理介面
|
||||
HostKeyAlgorithms +ssh-rsa # 支援舊版加密
|
||||
PubkeyAcceptedKeyTypes +ssh-rsa # 支援舊版金鑰
|
||||
|
||||
# --- Timmy Personal Dev ---
|
||||
|
||||
# Timmy MA 開發機
|
||||
Host timmy_ma_dev
|
||||
HostName 192.168.88.81
|
||||
User timmy
|
||||
Port 2222
|
||||
|
||||
# MA 待確認主機 (密碼遺失)
|
||||
Host ma_unknown_102
|
||||
HostName 192.168.88.102
|
||||
User timmy
|
||||
# 備註:可連線,但忘記帳號密碼
|
||||
|
||||
# MA Confluence (知識管理系統)
|
||||
Host ma_confluence
|
||||
HostName 192.168.88.145
|
||||
User ubuntu
|
||||
|
||||
# MA Chao 的專案 (1)
|
||||
Host ma_chao_app1
|
||||
HostName 192.168.88.156
|
||||
User ubuntu
|
||||
|
||||
# MA Chao 的專案 (2)
|
||||
Host ma_chao_app2
|
||||
HostName 192.168.88.118
|
||||
User ubuntu
|
||||
|
||||
# MA MediaWiki (維基系統)
|
||||
Host ma_mediawiki
|
||||
HostName 192.168.88.173
|
||||
User ubuntu
|
||||
|
||||
Host 192.168.88.181
|
||||
User ubuntu
|
||||
|
||||
Host 192.168.88.193
|
||||
User ubuntu
|
||||
HostName 192.168.88.193
|
||||
|
||||
Host 192.168.88.194
|
||||
User ubuntu
|
||||
HostName 192.168.88.194
|
||||
|
||||
# This is VMware ESXi 6.0.0 Update 2 with the main firewall for MA on the 11th floor of Oriental Science Park (internal IP 192.168.88.1) and the firewall for implementing IPv6 (internal IP 192.168.88.150).
|
||||
Host 192.168.88.241
|
||||
User root
|
||||
HostKeyAlgorithms +ssh-rsa
|
||||
|
||||
# This is the MA VMware ESXi 6.7.0 Update 1 server with a mail server, along with the firewall for the 5th floor of Oriental Science Park and a dedicated firewall for the mail server.
|
||||
Host 192.168.88.248
|
||||
User root
|
||||
|
||||
# This is the MA PVE server.
|
||||
Host 192.168.88.247
|
||||
User root
|
||||
|
||||
# This is the MA PVE server.
|
||||
Host 192.168.88.249
|
||||
User root
|
||||
|
||||
# This is the MA PVE server.
|
||||
Host 192.168.88.73
|
||||
User root
|
||||
|
||||
|
||||
# This is the firewall for MA on the 5th floor of Oriental Science Park.
|
||||
Host 192.168.3.88
|
||||
User apple
|
||||
ProxyJump 211.23.141.208
|
||||
Ciphers aes256-cbc,aes256-ctr
|
||||
|
||||
# This is the firewall for MA on the 11th floor of Oriental Science Park.
|
||||
Host 211.23.141.208
|
||||
User ubuntu
|
||||
|
||||
# This is the firewall for MA on the 11th floor of Oriental Science Park.
|
||||
# Host 211.23.141.207
|
||||
# User timmy
|
||||
|
||||
# This is the Ubuntu Server for the Serbia office.
|
||||
Host 89.216.107.241 serbia-office
|
||||
HostName 89.216.107.241
|
||||
User timmy
|
||||
Port 8022
|
||||
Ciphers aes256-cbc,aes256-ctr
|
||||
ProxyJump 211.23.141.208
|
||||
|
||||
# 遠振
|
||||
Host 103.123.242.152 yz-prod
|
||||
User root
|
||||
HostName 103.123.242.152
|
||||
HostKeyAlgorithms ssh-rsa
|
||||
Reference in New Issue
Block a user