一个用户友好的SSH密钥自动化部署工具,支持Windows和Unix/Linux/MacOS系统。
- 🔑 使用系统ssh-keygen生成密钥
- 🚀 自动部署到远程服务器
- 🔍 环境检测和配置验证
- 🎨 美观的命令行界面
- 🔒 完整的权限管理
- 📝 详细的日志记录
- Python 3.6+
- OpenSSH客户端
- 管理员权限
- Python 3.6+
- OpenSSH
- 适当的用户权限
- 克隆仓库:
git clone https://github.com/yourusername/ssh-key-automation.git
cd ssh-key-automation
- 安装依赖:
pip install -r requirements.txt
- 运行程序:
python ssh_automation.py
详细的使用说明请参考 ReadME.m