全球首款开源的堡垒机JumpServer

2022-09-05 0 540

本期推荐的JumpServer 是全球首款开源的堡垒机,使用 GPLv3 开源协议,是符合 4A 规范的运维安全审计系统。

全球首款开源的堡垒机JumpServer

项目简介

JumpServer 使用 Python 开发,遵循 Web 2.0 规范,配备了业界领先的 Web Terminal 方案,交互界面美观、用户体验好。

JumpServer 采纳分布式架构,支持多机房跨区域部署,支持横向扩展,无资产数量及并发限制。

特色优势

  1. 开源: 零门槛,线上快速获取和安装;
  2. 分布式: 轻松支持大规模并发访问;
  3. 无插件: 仅需浏览器,极致的 Web Terminal 使用体验;
  4. 多云支持: 一套系统,同时管理不同云上面的资产;
  5. 云端存储: 审计录像云端存储,永不丢失;
  6. 多租户: 一套系统,多个子公司和部门同时使用;
  7. 多应用支持: 数据库,Windows远程应用,Kubernetes。
全球首款开源的堡垒机JumpServer

项目安装

全球首款开源的堡垒机JumpServer

一键部署

# 默认会安装到 /opt/jumpserver-installer-v2.17.0 目录
curl -sSL https://github.com/jumpserver/jumpserver/releases/download/v2.17.0/quick_start.sh | bash
cd /opt/jumpserver-installer-v2.17.0
# 安装完成后配置文件 /opt/jumpserver/config/config.txt
cd /opt/jumpserver-installer-v2.17.0

# 启动
./jmsctl.sh start

# 停止
./jmsctl.sh down

# 卸载
./jmsctl.sh uninstall

# 帮助
./jmsctl.sh -h

负载均衡

  1. 除 JumpServer 自身组件外,其他组件的高可用请参考对应的官方文档进行部署
  2. 按照此方式部署后,后续只需要根据需要扩容 JumpServer 节点然后添加节点到 HAProxy 即可
  3. 如果已经有 HLB 或者 SLB 可以跳过 HAProxy 部署,第三方 LB 要注意 session 和 websocket 问题
  4. 如果已经有 云存储 (* S3/Ceph/Swift/OSS/Azure) 可以跳过 MinIO 部署,MySQL Redis 也一样
  5. 生产环境中,应该使用 Ceph 等替代 NFS,或者部署高可用的 NFS 防止单点故障

部署 NFS 服务

安装依赖

yum -y install epel-release

安装 NFS

yum -y install nfs-utils rpcbind

启动 NFS

systemctl enable rpcbind nfs-server nfs-lock nfs-idmap
systemctl start rpcbind nfs-server nfs-lock nfs-idmap

配置防火墙

firewall-cmd --add-service=nfs --permanent --zone=public
firewall-cmd --add-service=mountd --permanent --zone=public
firewall-cmd --add-service=rpc-bind --permanent --zone=public
firewall-cmd --reload

配置 NFS

mkdir /data
chmod 777 -R /data
vi /etc/exports
# 设置 NFS 访问权限, /data 是刚才创建的将被共享的目录, 192.168.100.* 表示整个 192.168.100.* 的资产都有括号里面的权限
# 也可以写具体的授权对象 /data 192.168.100.30(rw,sync,no_root_squash) 192.168.100.31(rw,sync,no_root_squash)
/data 192.168.100.*(rw,sync,all_squash,anonuid=0,anongid=0)
exportfs -a

用户文档

全球首款开源的堡垒机JumpServer

用户

全球首款开源的堡垒机JumpServer

数据库管理

全球首款开源的堡垒机JumpServer

个人信息

全球首款开源的堡垒机JumpServer

web终端

申明:本文由第三方发布,内容仅代表作者观点,与本网站无关。对本文以及其中全部或者部分内容的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。本网发布或转载文章出于传递更多信息之目的,并不意味着赞同其观点或证实其描述,也不代表本网对其真实性负责。

七爪网 行业资讯 全球首款开源的堡垒机JumpServer https://www.7claw.com/38207.html

分享免费的开源源码

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务