Advanced Search
Search Results
2 total results found
TSM-SSH
ESXi
启用 TSM-SSH 提示使用后出于安全考虑可再次关闭 在 ESXi 的管理后台开启 TSM-SSH: 主机 -> 操作 -> 服务 -> 启用安全外壳 主机 -> 管理 -> 服务 找到名为 TSM-SSH 的服务项 点击它并选择启动 ✅ 启动后,ESXi 就会开放 22 端口。 esxcli system time get esxcli system version get
NTP Server
ESXi
背景 ESXi Server 没有外网访问功能,需要通过内其它机节点的 NTP Server 同步时间。 测试外网vmkping 8.8.8.8 安装 NTP Server apt install chrony -y vim /etc/chrony/chrony.conf 检查是否有外网源: pool ntp.ubuntu.com iburst maxsources 4 pool 0.ubuntu.pool.ntp.org iburst maxsources 1 pool 1.ubuntu....