服务器管理

服务器管理

通过next-terminal 开源堡垒机,对生产服务器权限集中进行管控,同时提供审计功能。机器的纳管或者其他额外批量处理,则使用ansible工具灵活处理。

堡垒机部署环境简介

 

 Docker 部署脚本

[root@host-173-16-215-166 next-terminal]# pwd

/home/ap/ansible/next-terminal

[root@host-173-16-215-166 next-terminal]# cat next-terminal.yml

version: '3.3'

services:

  guacd:

    image: dushixiang/guacd:latest

    volumes:

      - ./guacd/data:/usr/local/next-terminal/data

    restart:

      always

  next-terminal:

    image: dushixiang/next-terminal:latest

    environment:

      DB: sqlite

      GUACD_HOSTNAME: guacd

      GUACD_PORT: 4822

    ports:

      - "8088:8088"

    volumes:

      - /etc/localtime:/etc/localtime

      - ./next-terminal/data:/usr/local/next-terminal/data

    restart:

      always

 

 

堡垒机登录地址

运维window机器访问

http://ip:8088

超级管理员:admin/******

posted @ 2023-10-31 13:46  Allen-非一非零  阅读(13)  评论(0编辑  收藏  举报