Skip to content

Releases: sleepinginsummer/agent-ssh-cli

v0.3.9

Choose a tag to compare

@github-actions github-actions released this 13 Jul 08:37

fix: serialize SSH daemon startup

v0.3.8

Choose a tag to compare

@github-actions github-actions released this 30 Jun 02:24

Remove local path restrictions

v0.3.7

Choose a tag to compare

@github-actions github-actions released this 23 Jun 08:22

fix: create upload resume metadata file

v0.3.6

Choose a tag to compare

@github-actions github-actions released this 23 Jun 07:59

feat: add resumable sftp upload

v0.3.5

Choose a tag to compare

@sleepinginsummer sleepinginsummer released this 16 Jun 12:08

新增跳板机和代理配置。

Add jump host and proxy support

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 29 May 06:50

fix password migration locking

v0.3.3

Choose a tag to compare

@sleepinginsummer sleepinginsummer released this 26 May 01:24

Fix passwordRef resolution so unrelated broken password references do not block private-key connections.

fix: resolve password refs per connection

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 21 May 08:14

release 0.3.2

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 19 May 12:16

fix daemon response json 过长导致的报错问题 EOF

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 May 08:15

v0.3.0

  • 为防止密码泄露,密码认证会在第一次使用该服务器时自动加密保存。
  • 配置迁移后保留 password 字段但置空,并写入 passwordRef;后续通过本地 secrets.jsonsecret.key 解密认证。
  • 如需修改密码,把空的 password 重新填成新密码,下一次连接会自动覆盖旧密文。
  • 私钥认证不受影响。