teleport/server/tp_core/protocol/ssh
Apex Liu 4ea7417367 修正:ssh支持远程时手动输入密码。 2022-06-02 01:03:28 +08:00
..
CMakeLists.txt .tmp. 2021-07-12 16:22:55 +08:00
dllmain.cpp add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
ssh_channel_pair.cpp 1. 移除助手配置页面;2. 支持websocket方式通知助手启动rdp播放器。 2022-05-16 20:14:41 +08:00
ssh_channel_pair.h 重构核心服务SSH模块,修正以下问题: 2020-11-02 02:50:49 +08:00
ssh_proxy.cpp 1. 调整rdp日志输出;2. 优化当SSH连接时会话ID无效的处理;3. 部分代码格式化; 2022-05-25 01:19:27 +08:00
ssh_proxy.h 格式化代码;使用auto和nullptr。 2020-11-03 01:29:48 +08:00
ssh_recorder.cpp 格式化代码;使用auto和nullptr。 2020-11-03 01:29:48 +08:00
ssh_recorder.h 格式化代码;使用auto和nullptr。 2020-11-03 01:29:48 +08:00
ssh_session.cpp 修正:ssh支持远程时手动输入密码。 2022-06-02 01:03:28 +08:00
ssh_session.h mac上ssh支持通过授权码远程连接(可以直接在客户端软件中配置用户名密码进行远程,无需登录到tp-web,也无需助手配合) 2022-06-01 05:32:53 +08:00
stdafx.cpp 调整ssh的录像相关,未完成。 2019-11-20 04:09:16 +08:00
stdafx.h add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
targetver.h add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
tpp_env.cpp 重构核心服务SSH模块,修正以下问题: 2020-11-02 02:50:49 +08:00
tpp_env.h 重构核心服务SSH模块,修正以下问题: 2020-11-02 02:50:49 +08:00
tpssh.cpp 1. 修正:SSH连接后,超时断开后,客户端可能会反复重连,最终导致核心服务假死; 2021-03-04 01:25:23 +08:00
tpssh.vs2017.sln Windows平台编译支持visual studio 2017环境。 2018-12-28 02:28:51 +08:00
tpssh.vs2017.vcxproj win版助手改为使用url-protocol方式,不再启动本地http服务了。 2022-05-14 19:11:13 +08:00
tpssh.vs2017.vcxproj.filters 调整win平台使用libssh静态库。 2019-07-02 23:44:01 +08:00