Jumpserver 跳板机 - shell 实现
用户界面
实现思路
- 相关文件
1 | 1. 判断是否有 Jumpserver 用户,无则创建 |
- 注册界面
1 | 1. 先输入 管理员密码,错误三次回到主界面 |
- 登陆界面
1 | 1. 选择登陆身份 |
jumpserver.sh
1 | !/bin/bash |
1 | # 1. 判断是否有 Jumpserver 用户,无则创建 |
1 | # 1. 先输入 管理员密码,错误三次回到主界面 |
1 | # 1. 选择登陆身份 |
1 | #!/bin/bash |
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i
hexo-generator-json-content
--save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true