708 B
708 B
本文作者:丁辉
Teleport部署
部署
-
安装
curl https://goteleport.com/static/install.sh | bash -s 14.0.0
-
生成 https 配置文件
sudo teleport configure -o file \ --cluster-name=teleport.*.cn \ --public-addr=teleport.*.cn:443 \ --cert-file=/root/cert/nginx.pem \ --key-file=/root/cert/nginx.key
-
启动
systemctl enable teleport systemctl start teleport
-
注册用户
sudo tctl users add admin --roles=editor,access --logins=root