# web-ssh **Repository Path**: shaozh/web-ssh ## Basic Information - **Project Name**: web-ssh - **Description**: 用于远程连接终端的Java项目,包括后台服务和前端项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-09 - **Last Updated**: 2023-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: SSH ## README ## 启动 项目导入IDEA后可以直接运行,没有任何外部依赖 **注意**: 由于前端代码中没有指定终端的信息 所以需要输入这些信息,位置在 src/resources/static/page/webssh.html 中 ```javascript openTerminal( { operate:'connect', host: '', //IP port: '', //端口号 username: '', //用户名 password: '' //密码 }); ``` 直接通过执行 src/main/java/cn.objectspace/WebSSHStarter 可启动后端服务 浏览器访问 http://127.0.0.1:8089/page/webssh.html