Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
auto_login
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QG
auto_login
Commits
c397da5e
Commit
c397da5e
authored
May 27, 2023
by
孙 楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新说明
parent
da8189cd
Pipeline
#1971
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
README.md
README.md
+9
-2
No files found.
README.md
View file @
c397da5e
...
...
@@ -2,14 +2,21 @@
## 登录信息配置
把
`config.sample`
改名
`config`
,设置堡垒机参数,
`用户名`
、
`密码`
、
`主机 IP`
和
`Key`
。
`Key`
需要让运维帮忙设置,登录时重新绑定,复制下来不要完成绑定。
把
`config.sample`
改名
`config`
,设置堡垒机参数,
`用户名`
、
`密码`
、
`host`
和
`secret`
。
登录
`https://fort-qz.quantgroups.com/`
,选择手动输入,显示的一串字符串就是
`secret`
,不要选择完成绑定。如果已经绑定,让运维帮忙解绑。
## 环境要求
pip3 install six
## 设置环境变量
修改
`.bash_profile`
或者
`.zshrc`
,
```
export AUTO_LOGIN_HOME=~/auto_login
/
export AUTO_LOGIN_HOME=~/auto_login
export PATH="$PATH:$AUTO_LOGIN_HOME"
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment