jump-server跳板机的安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jump-server跳板机的安装相关的知识,希望对你有一定的参考价值。

jump-Server使用python语言开发的一款开源的跳板机软件

搭建该服务器时最好选择一台纯净的服务器,因为该软件对python的版本有要求。

下面是安装改软件的过程。

系统环境:

[[email protected] ~]# cat /etc/redhat-release 
CentOS release 6.8 (Final)
[[email protected] ~]# uname -r
2.6.32-642.el6.x86_64
[[email protected] ~]# /etc/init.d/iptables status
iptables: Firewall is not running.
[[email protected] ~]# 
[[email protected] ~]# getenforce 
Disabled


准备yum源环境:

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
yum repolist


安装依赖包:

yum -y install epel-release
yum -y install git python-pip mysql-devel gcc automake autoconf python-devel vim sshpass lrzsz readline-devel 
rpm -q git python-pip mysql-devel gcc automake autoconf python-devel vim sshpass lrzsz readline-devel


安装jump-server

cd /home/oldboy/tools
git clone https://github.com/jumpserver/jumpserver.git
[[email protected] tools]# cd jumpserver/install/
[[email protected] install]# pip install -r requirements.txt


查看安装结果:

[[email protected] install]# pip freeze


配置jumpServer

安装完成jumpserver以后需要对其进行初始化的设置
[[email protected] install]# python install.py 
开始关闭防火墙和selinux
setenforce: SELinux is disabled
请输入您服务器的IP地址,用户浏览器可以访问 [10.0.0.71]: 
是否安装新的MySQL服务器? (y/n) [y]: y
开始安装设置mysql (请手动设置mysql安全)
默认用户名: jumpserver 默认密码: [email protected]
………………此处略去好多字………………
Starting mysqld:                                           [  OK  ]
连接数据库成功
请输入SMTP地址: stmp.163.com
请输入SMTP端口 [25]: 
请输入账户: [email protected]
请输入密码: **************
timed out
是否跳过(y/n) [n]? : y
请登陆邮箱查收邮件, 然后确认是否继续安装
是否继续? (y/n) [y]: y
开始写入配置文件
………………
请输入管理员用户名 [admin]: admin
请输入管理员密码: [[email protected]]: admin  
请再次输入管理员密码: [[email protected]]: admin
Starting jumpserver service:                               [确定]
安装成功,Web登录请访问http://ip:8000, 祝你使用愉快。
请访问 https://github.com/jumpserver/jumpserver/wiki 查看文档

web登录查看结果:

技术分享


技术分享






本文出自 “陈荣华的linux运维之路” 博客,请务必保留此出处http://ronghuachen.blog.51cto.com/10543403/1866054

以上是关于jump-server跳板机的安装的主要内容,如果未能解决你的问题,请参考以下文章

xshell连接有跳板机的服务

xshell连接有跳板机的服务

简单跳板机的搭建笔记

Jumpserver

Redis集群部署 、 Ceph分布式文件系统集群

linux Jumpserver跳板机 /堡垒机详细部署