由于需要通过公网连接堡垒机后端的机器的网页ui,这里通过远程显示server端的google chrome实现:
在server端操作(操作系统为centos7.2):
安装 google chrome:
首先加repo
cat << EOF > /etc/yum.repos.d/google-chrome.repo
sudo yum install google-chrome-stable --nogpg
注意要加--nogpg 否则会出现如下错误:
获取 GPG 密钥失败:[Errno 14] curl
#7 - "Failed to connect to 2404:6800:4005:c00::be: 网络不可达