Skip to content

Releases: 2xiangbo/sshkey

v1.0.5

Choose a tag to compare

@2xiangbo 2xiangbo released this 26 Aug 04:50

新增可直接复制执行的 SSH 连接命令,并优化生成历史查询体验。

更新内容:

  • 生成成功后,输出框直接显示 ssh -p ... -i "..." user@host 命令。
  • 生成历史在完成时间后显示服务器地址,并继续支持复制命令。
  • 压缩私钥路径到连接信息区域之间的空白。

下载说明:

  • SSHKEY-minimal-win-x64.exe:最小版,需要安装 .NET 8 Desktop Runtime。
  • SSHKEY-net8-win-x64.exe:自带 .NET 8,无需另行安装运行时。

SHA-256:

  • SSHKEY-minimal-win-x64.exe:86061749012E78AE65165D38FA0225B4ED8928CD4694AE3DB6A15C0EDAF2243D
  • SSHKEY-net8-win-x64.exe:038FFD2E95FF77C35FC00A8DBCFB299D34671A128A488127AEF0881BA7C1A71D

v1.0.4

Choose a tag to compare

@2xiangbo 2xiangbo released this 26 Aug 04:10

修复 SSH 配置探测失败时隐藏真实原因的问题。现在探测失败会显示远端 sshd 的具体诊断信息。

下载说明:

  • SSHKEY-minimal-win-x64.exe:最小版,需要安装 .NET 8 Desktop Runtime。
  • SSHKEY-net8-win-x64.exe:自带 .NET 8,无需另行安装运行时。

SHA-256:

  • SSHKEY-minimal-win-x64.exe:1E5A0BA9018ED63B1E20316FAEB4356367717EE36BF1E1EFC0D384AC43C9A59D
  • SSHKEY-net8-win-x64.exe:07D6B790E5990EE83D650BF0E1A7A22CA6FC2CECCBA37F6F683CFBD89E38C6E1

SSHKEY v1.0.3

Choose a tag to compare

@2xiangbo 2xiangbo released this 22 Aug 10:34

Downloads\n\n- SSHKEY-minimal-win-x64.exe: Smallest package. Requires the .NET 8 Desktop Runtime; users without it receive the existing installation guidance.\n- SSHKEY-net8-win-x64.exe: Includes the .NET 8 runtime and runs without a separate runtime installation.\n\nBoth packages contain the same SSHKEY application features, including successful connection-detail history and recopy support.

SSHKEY v1.0.2

Choose a tag to compare

@2xiangbo 2xiangbo released this 19 Aug 01:39

New in v1.0.2nn- Choose any private-key directory with the Browse button; the tool suggests an available key filename.n- View generation history from the main form.n- History records time, server, port, username, private-key path, and result only.n- Passwords, private-key contents, connection details, and exception text are never saved.n- Chinese and English UI labels are included.nnThe ZIP contains the self-contained Windows x64 executable.

SSHKEY v1.0.1

Choose a tag to compare

@2xiangbo 2xiangbo released this 07 Aug 09:56

SSHKEY v1.0.1

Automatic SSH server repair

SSHKEY now detects the effective PubkeyAuthentication setting with sshd -T.
When public-key authentication is disabled, it shows a clear confirmation and
offers automatic repair only for the root account.

The repair workflow:

  • Enables only PubkeyAuthentication yes.
  • Validates the SSH configuration and reloads the SSH service.
  • Prefers a managed drop-in and falls back to the main configuration when needed.
  • Rolls back configuration changes if public-key installation or private-key verification fails.
  • Recovers interrupted apply operations with an operation-scoped backup.
  • Does not change password authentication or PermitRootLogin.
  • Tells non-root users that administrator action is required instead of mutating the server.

Other updates

  • Added localized progress, confirmation, and failure messages in Chinese and English.
  • Preserved host-key confirmation, host-key pinning, password redaction, and idempotent key installation.
  • Published as a self-contained Windows x64 executable; no separate .NET runtime is required.

The ZIP contains SshKeySetupTool.exe.

SSHKEY v1.0.0

Choose a tag to compare

@2xiangbo 2xiangbo released this 30 Jul 15:38

轻量版 SSHKEY:解压 SSHKEY-win-x64.zip 后运行 SshKeySetupTool.exe

首次运行前请安装 .NET 8 Desktop Runtime (x64)。如果缺少运行时,Windows 会显示提示,并引导安装所需的 .NET 8 运行时。