# HM2webSSH **Repository Path**: cylongzc/hm2web-ssh ## Basic Information - **Project Name**: HM2webSSH - **Description**: 为红米上位机设计的webssh,可以直接一键配置使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-06-02 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 为你的Klipper上位机快速部署ssh服务 ## 安装方法 克隆本仓库到你的Klipper上位机 只需一行命令即可安装 sudo ./install.sh ## 使用方法 使用网页浏览器访问 `你的IP地址:8888`即可。 - `Host`设置为 `0.0.0.0` - `Port`设置为 `22` - `Username` 设置为 `你的上位机用户名` - `Password` 设置为 `你的上位机密码` 客户端会记住你的选择 鸣谢:[Jrohy:简易在线终端和sftp工具](https://github.com/Jrohy/webssh/tree/master)