Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 850 Bytes

README.md

File metadata and controls

46 lines (34 loc) · 850 Bytes

SSH Key Automation Tool (SSH密钥自动化部署工具)

一个用户友好的SSH密钥自动化部署工具,支持Windows和Unix/Linux/MacOS系统。

功能特点

  • 🔑 使用系统ssh-keygen生成密钥
  • 🚀 自动部署到远程服务器
  • 🔍 环境检测和配置验证
  • 🎨 美观的命令行界面
  • 🔒 完整的权限管理
  • 📝 详细的日志记录

系统要求

Windows

  • Python 3.6+
  • OpenSSH客户端
  • 管理员权限

Mac/Linux

  • Python 3.6+
  • OpenSSH
  • 适当的用户权限

快速开始

  1. 克隆仓库:
git clone https://github.com/yourusername/ssh-key-automation.git
cd ssh-key-automation
  1. 安装依赖:
pip install -r requirements.txt
  1. 运行程序:
python ssh_automation.py

使用说明

详细的使用说明请参考 ReadME.m