v1.8.70: fix SSH key generation — use ssh-keygen instead of broken paramiko

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
cosmic-frost-8b10
2026-02-28 13:34:35 +00:00
parent d51c0aa09a
commit 508a288022
3 changed files with 15 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
"""Version info for ServerManager."""
__version__ = "1.8.69"
__version__ = "1.8.70"
__app_name__ = "ServerManager"
__author__ = "aibot777"
__description__ = "Desktop GUI for managing remote servers"