# webssh **Repository Path**: ecosysbin/webssh ## Basic Information - **Project Name**: webssh - **Description**: 1. 浏览器连接到ssh终端 2. 文件管理服务器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-26 - **Last Updated**: 2024-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 ``` 1. 浏览器连接到ssh终端(websocket、公私钥连接、ssh(根据客户端用户连接到不同的ssh终端)) 2. 文件管理服务器(文件创建、上传(断点续传、数据切片)、下载) ``` # 启动 ``` webssh --config ./config.yaml ``` # 节点要求 ## 部署前生成公私钥对 ``` 输入ssh-keygen命令并按回车 ```