centos超详细搭建jumpserver跳板机

一、官网 https://docs.jumpserver.org/zh/master/

centos超详细搭建jumpserver跳板机

 二、一站式、分布式安装文档

centos超详细搭建jumpserver跳板机

 三、选择最新版

centos超详细搭建jumpserver跳板机

四、在线安装文档

centos超详细搭建jumpserver跳板机

五、按文档部署(4G、二核、50G硬盘)

centos超详细搭建jumpserver跳板机

 六、使用和注意事项

1、关机重启后,网页进不去(适用py3没有起来)

#cd /opt
#python3.6 -m venv py3
#source /opt/py3/bin/activate
#cd /opt/jumpserver
#./jms start -d

2、登录跳板机用户

centos超详细搭建jumpserver跳板机

(py3) [root@localhost ~]# ssh  -p2222   t2@192.168.40.155
t2@192.168.40.155's password:
centos超详细搭建jumpserver跳板机

r:刷新   p:打印主机资产  id:(如1、2、3直接登录主机)

3、资产管理(进入跳板机可以管理的主机)

centos超详细搭建jumpserver跳板机

 4、给跳板机用户t2,授权主机资产和主机对应的系统用户(系统用户用来登录Linux主机)

[root@localhost ~]# useradd t1
[root@localhost ~]# echo 123456 | passwd --stdin t1

更改用户 t1 的密码 。
passwd:所有的身份验证令牌已经成功更新。

centos超详细搭建jumpserver跳板机

centos超详细搭建jumpserver跳板机

 七、监控

centos超详细搭建jumpserver跳板机

上一篇:OpenStack Ocata 超详细搭建文档


下一篇:sql sever基本查询语句