Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
ops
jumpserver
Commits
69c35cf6
Commit
69c35cf6
authored
Mar 16, 2018
by
fit2cloud-fengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改资产创建流程
parent
edd7038b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
2 deletions
+36
-2
coco_check.jpg
docs/_static/img/coco_check.jpg
+0
-0
coco_success.jpg
docs/_static/img/coco_success.jpg
+0
-0
set_ssh_key.jpg
docs/_static/img/set_ssh_key.jpg
+0
-0
admin_create_asset.rst
docs/admin_create_asset.rst
+36
-2
No files found.
docs/_static/img/coco_check.jpg
0 → 100644
View file @
69c35cf6
179 KB
docs/_static/img/coco_success.jpg
0 → 100644
View file @
69c35cf6
71.3 KB
docs/_static/img/set_ssh_key.jpg
0 → 100644
View file @
69c35cf6
214 KB
docs/admin_create_asset.rst
View file @
69c35cf6
...
@@ -41,4 +41,39 @@
...
@@ -41,4 +41,39 @@
.. image:: _static/img/create_user_success.jpg
.. image:: _static/img/create_user_success.jpg
点击邮件中的设置密码链接,设置好密码后,您就可以用户名和密码登录 Jumpserver 了。
点击邮件中的设置密码链接,设置好密码后,您就可以用户名和密码登录 Jumpserver 了。
\ No newline at end of file
用户首次登录 Junmpserver,会被要求完善用户信息。基本信息可以不变,但 SSH 密钥信息必须填上。
Linux/Unix 生成 SSH 密钥可以参考(https://www.cnblogs.com/horanly/p/6604104.html)
Windows 生成 SSH 密钥可以参考(https://www.cnblogs.com/horanly/p/6604104.html)
查看公钥信息
::
$ cat ~/.ssh/id_rsa.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDadDXxxx......
复制 SSH 公钥,添加到 Jumpserver 中。
.. image:: _static/img/set_ssh_key.jpg
除了使用浏览器登录 Jumpserver 外,还可使用命令行登录:
确保 Coco 服务正常
.. image:: _static/img/coco_check.jpg
使用如下命令:
::
$ ssh -p 2222 用户名@Jumpserver IP地址
登录成功后界面如下:
.. image:: _static/img/coco_success.jpg
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