-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# teleport | ||
Teleport是一款简单易用的堡垒机系统。 | ||
# TELEPORT | ||
|
||
欢迎使用TELEPORT! | ||
|
||
## 快速了解 | ||
|
||
Teleport是一款简单易用的堡垒机系统,具有小巧、易用、易于集成的特点,支持RDP和SSH协议的跳转和管理。 | ||
|
||
Teleport由两大部分构成: | ||
|
||
- 跳板核心服务 | ||
- WEB操作界面 | ||
|
||
Teleport非常小巧且极易安装部署:**仅需一分钟,就可以安装部署一套您自己的堡垒机系统!!** | ||
|
||
## 支持的操作系统 | ||
|
||
Teleport支持部署到Windows或Linux系统中,目前支持的系统版本如下: | ||
|
||
- Windows Server 2008 及以上版本 | ||
- Windows 7 及以上版本 | ||
- Ubuntu 14.04 64位 及以上版本 | ||
- CentOS 6.2 64位 及以上版本 | ||
- Debian 6.0 64位 及以上版本 | ||
- Redhat 6.2 64位 及以上版本 | ||
|
||
## 依赖环境 | ||
|
||
因为Teleport内建了所需的脚本引擎、WEB服务等模块,因此不需要额外安装其他的库或者模块,整个系统的安装与部署非常方便。 | ||
|
||
## 延伸阅读 | ||
|
||
[安装部署Teleport](https://github.com/eomsoft/teleport/wiki/deployment-install) |