摘要:### 1.登录jumpserver控制台,打开多因子认证,提交信息 2.退出控制台重新登录 3.下载应用 4.扫码添加到下载的app中 5.非扫码添加app 安装完成后 1. 打开APP 点击右下角 + 号,选择 '选择输入设置秘钥' 2. 账号名:填写(随意输入) 3. 您的秘钥:填写Secre
阅读全文
摘要:### 1.admin登录密码忘记 2.解决办法 #忘记 jumpserver 超级用户密码 [root@ope-jumpserver ~]# docker exec -it jms_all /bin/bash #如果没有按装django 需执行下面命令进行安装(如安装过 此步骤可忽略) #pyth
阅读全文
摘要:### #!/bin/bash if [ `rpm -qa expect|egrep "expect.*.x86_64"|wc -l` -ne 1 ];then yum install -y expect >/dev/null 2>&1 fi ############################
阅读全文
摘要:### 1.前提 部署rsync服务 2.安装inotify (1) 部署inotify #说明:inotify-tools软件需要依赖epel源 yum install -y inotify-tools (2)查看安装好的服务都安装了什么信息 rpm -ql inotify-tools /usr/
阅读全文
摘要:### 1.语法格式 Pull: rsync [OPTION...] [USER@]HOST::SRC... [DEST] Push: rsync [OPTION...] SRC... [USER@]HOST::DEST 2.服务端部署--rsync(备份服务器) #################
阅读全文
摘要:### 1.创建普通用户,设置密码 [root@jira ~]# useradd alphaReadLog [root@jira ~]# passwd alphaReadLog Changing password for user test. New password: BAD PASSWORD:
阅读全文
摘要:### 1.创建test用户,设置密码 [root@jira ~]# useradd test [root@jira ~]# passwd test Changing password for user test. New password: BAD PASSWORD: The password i
阅读全文
摘要:### > 服务器介绍 config-ssh 172.17.134.31test1 172.17.134.32test2 172.17.134.33 > 配置ssh_config [root@config-ssh ~]# ifconfig eth0 eth0: flags=4163<UP,BROAD
阅读全文