jumpserver1.5.3版本的堡垒机搭建-cent7.x.docx

jumpserver1.5.3版本的堡垒机搭建-cent7.x.docx

  1. 1、本文档共38页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多

jumpserver1.5.3版本的堡垒机搭建-cent7.x(7.4)

1.安装jumpserver1.0.0——28jumpserver机器:

28上:安装jumpserver堡垒机

[root@localhost~]#hostnamectlset-hostnamejumpserver

[root@jumpserver~]#cat/etc/redhat-release

CentOSLinuxrelease7.4.1708(Core)

1)关闭防火墙与selinux设置说明,如果已经关闭了防火墙和Selinux的用户请跳过设置

[root@jumpserver~]#systemctlstopfirewalld#也可开启防火墙,放行8080和80,2222端口

[root@jumpserver~]#systemctldisablefirewalld

[root@jumpserver~]#setenforce0

[root@jumpserver~]#cat/etc/selinux/config

SELINUX=disabled

2)安装依赖包:

[root@jumpserver~]#yum-yinstallwgetgccepel-releasegit

3)安装redisJumpserver使用redis做cache和celerybroke

[root@jumpserver~]#yum-yinstallredis

[root@jumpserver~]#systemctlenableredis

[root@jumpserver~]#systemctlstartredis

4)安装mysql:

[root@jumpserver~]#yum-yinstallmariadbmariadb-develmariadb-serverMariaDB-shared

[root@jumpserver~]#systemctlenablemariadb

[root@jumpserver~]#systemctlstartmariadb

[root@jumpserver~]#mysql#安装启动mariadb后,不需密码即可登录

MariaDB[(none)]showdatabases;

+--------------------+

|Database|

+--------------------+

|information_schema|

|mysql|

|performance_schema|

|test|

+--------------------+

MariaDB[(none)]quit

[root@jumpserver~]#mysql_secure_installation#简单安全安装配置,回车

NOTE:RUNNINGALLPARTSOFTHISSCRIPTISRECOMMENDEDFORALLMariaDB

SERVERSINPRODUCTIONUSE!PLEASEREADEACHSTEPCAREFULLY!

InordertologintoMariaDBtosecureit,wellneedthecurrent

passwordfortherootuser.IfyouvejustinstalledMariaDB,and

youhaventsettherootpasswordyet,thepasswordwillbeblank,

soyoushouldjustpressenterhere.

Entercurrentpasswordforroot(enterfornone):回车,输入当前密码,无,直接回车即可

OK,successfullyusedpassword,movingon...

SettingtherootpasswordensuresthatnobodycanlogintotheMariaDB

rootuserwithouttheproperauthorisation.

Setrootpassword?[Y/n]y

Newpassword:输入要设置的root密码:123

Re-enternewpa

文档评论(0)

shijianqiang + 关注
实名认证
内容提供者

高级 Linux 运维工程师持证人

工作以来一直奋斗在运维的前线,对整个运维流程有比较详细的了解、各类服务的部署维护、常用中间件、数据库、排查故障、监控报警、容器和k8s方面有较强的项目实战经验。

领域认证该用户于2024年03月29日上传了高级 Linux 运维工程师

1亿VIP精品文档

相关文档