Skip to content

Commit 6e07c42

Browse files
Automation: Update states [20242]
1 parent 2b004e5 commit 6e07c42

File tree

4 files changed

+45
-2
lines changed

4 files changed

+45
-2
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Version: "9.57"
2+
Installer:
3+
- InstallerUrl: https://dl.bitvise.com/BvSshClient-957.exe
4+
Locale:
5+
- Locale: en-US
6+
Key: ReleaseNotesUrl
7+
Value: https://www.bitvise.com/ssh-client-version-history-9-5#957
8+
- Locale: en-US
9+
Key: ReleaseNotes
10+
Value: |-
11+
- Updates:
12+
- If the administrator first installed the SSH Client with the option Create desktop icon selected, each update would re-create the desktop icon, even if it was removed. The SSH Client installer now detects that the desktop icon has been removed and will not re-create it during an update.
13+
- In some environments, downloading a new version installer fails with Windows error code 12057 (ERROR_INTERNET_SEC_CERT_REV_FAILED). The Windows error description for this error code is misleading. The update interface now provides an error description which is hopefully more useful.
14+
- General:
15+
- In previous versions 9.5x, the authentication dialog did not set input focus correctly for client authentication keypairs protected by a passphrase. Fixed.
16+
- SSH Client versions 9.5x detect and warn if there is an existing connection, by another SSH Client process, to the same server, using the same credentials. This is generally helpful, but there are usage cases which require such concurrent connections. It is now possible to disable this warning using App settings.
17+
- SFTP Drive:
18+
- In previous SSH Client versions, when a Windows application attempted to set file size on the SFTP drive using SetEndOfFile or a similar API, the operation would succeed, but commonly return an unsuccessful error code which incorrectly indicated an internal error. This would work with applications that don't check this error code, but would cause problems with applications that do check it. Fixed.
19+
ReleaseTime: 2026-02-01
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Log_20260110T013317Z.yaml
1+
Log_20260201T200552Z.yaml
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Version: "9.57"
2+
Installer:
3+
- InstallerUrl: https://dl.bitvise.com/BvSshServer-957.exe
4+
Locale:
5+
- Locale: en-US
6+
Key: ReleaseNotesUrl
7+
Value: https://www.bitvise.com/ssh-server-version-history-9-5#957
8+
- Locale: en-US
9+
Key: ReleaseNotes
10+
Value: |-
11+
- Updates:
12+
- In some environments, downloading a new version installer fails with Windows error code 12057 (ERROR_INTERNET_SEC_CERT_REV_FAILED). The Windows error description for this error code is misleading. The update interface now provides an error description which is hopefully more useful.
13+
- Master/follower synchronization:
14+
- The settings interface now checks that a synchronization password is configured, and that at least one host key or fingerprint for the master server is configured in follower settings. Synchronization cannot work without these settings.
15+
- Control Panel:
16+
- In previous versions 9.5x, it was possible for the SSH Server Control Panel to start fully open, instead of creating an icon in the system notification area, if it started before Windows initialized the system notification area. The SSH Server Control Panel now allows extra time for Windows to initialize the system tray. If the tray icon still cannot be created, the Control Panel opens with its window minimized.
17+
- Scriptable settings:
18+
- In previous versions, attempting to use the Bitvise.BssCfg COM object from a process without administrative privileges would result in a 30-second delay, followed by an unhelpful error. This now fails promptly with Access is denied.
19+
- File transfer:
20+
- We have seen that it's possible for Windows API functions to block indefinitely when attempting to connect to a Windows file share (network share), or when accessing a share, or disconnecting from a share.
21+
The SSH Server now implements more granular logging for connection threads which are stuck disconnecting network shares.
22+
When the SSH Server is shutting down, it now aborts prolonged network share disconnects, but Windows APIs may still block threads indefinitely.
23+
We added a Best practices section in our page Accessing network shares, to help administrators increase reliability of Windows file share connections.
24+
ReleaseTime: 2026-02-01
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Log_20260110T013318Z.yaml
1+
Log_20260201T200552Z.yaml

0 commit comments

Comments
 (0)