今天看啥  ›  专栏  ›  黑白之道

开源jumpserver 堡垒机搭建

黑白之道  · 公众号  · 互联网安全  · 2019-08-07 10:52
Jumpserver 是一款由python编写开源的跳板机(堡垒机)系统,实现了跳板机应有的功能。基于ssh协议来管理,客户端无需安装agent。Jumpserver 特点:完全开源,GPL授权 Python编写,容易再次开发 实现了跳板机基本功能,认证、授权、审计 集成了Ansible,批量命令等 支持WebTerminal Bootstrap编写,界面美观 自动收集硬件信息 录像回放 命令搜索 实时监控 批量上传下载环境:CentOS 6.x x86_64 mini service iptables stop关闭SELinux的方法:修改/etc/selinux/config文件中的SELINUX=”” 为 disabled ,然后重启。如果不想重启系统,使用命令setenforce 0指定yum源wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repowget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyuncom/repo/Centos-6.repo安装依赖rpmwget-O/etc/yum.r ………………………………

原文地址:访问原文地址
快照地址: 访问文章快照