forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Bitvise.SSH.Server version 9.42 (microsoft#198971)
- Loading branch information
1 parent
c0c1080
commit a890613
Showing
4 changed files
with
147 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
manifests/b/Bitvise/SSH/Server/9.42/Bitvise.SSH.Server.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-4-6.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json | ||
|
||
PackageIdentifier: Bitvise.SSH.Server | ||
PackageVersion: "9.42" | ||
InstallerType: exe | ||
Scope: machine | ||
InstallModes: | ||
- interactive | ||
- silentWithProgress | ||
InstallerSwitches: | ||
Silent: -defaultInstance | ||
SilentWithProgress: -defaultInstance | ||
Interactive: -interactive | ||
InstallLocation: -installDir="<INSTALLPATH>" | ||
Custom: -acceptEULA | ||
InstallerSuccessCodes: | ||
- 16 | ||
ExpectedReturnCodes: | ||
- InstallerReturnCode: 130 | ||
ReturnResponse: systemNotSupported | ||
- InstallerReturnCode: 210 | ||
ReturnResponse: invalidParameter | ||
- InstallerReturnCode: 220 | ||
ReturnResponse: cancelledByUser | ||
- InstallerReturnCode: 300 | ||
ReturnResponse: rebootRequiredToFinish | ||
UpgradeBehavior: install | ||
ReleaseDate: 2024-12-09 | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://dl.bitvise.com/BvSshServer-942.exe | ||
InstallerSha256: AB06547326ED5BE6F4ECCE76DABBEFEE1BCF2F90F99E31A1ACC194B63553D552 | ||
ProductCode: Bitvise SSH Server | ||
- Architecture: x64 | ||
InstallerUrl: https://dl.bitvise.com/BvSshServer-942.exe | ||
InstallerSha256: AB06547326ED5BE6F4ECCE76DABBEFEE1BCF2F90F99E31A1ACC194B63553D552 | ||
ProductCode: Bitvise SSH Server | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
53 changes: 53 additions & 0 deletions
53
manifests/b/Bitvise/SSH/Server/9.42/Bitvise.SSH.Server.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-4-6.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json | ||
|
||
PackageIdentifier: Bitvise.SSH.Server | ||
PackageVersion: "9.42" | ||
PackageLocale: en-US | ||
Publisher: Bitvise Limited | ||
PublisherUrl: https://bitvise.com/ | ||
PublisherSupportUrl: https://bitvise.com/contact | ||
PrivacyUrl: https://bitvise.com/privacy-policy | ||
Author: Bitvise Limited | ||
PackageName: Bitvise SSH Server | ||
PackageUrl: https://bitvise.com/ssh-server | ||
License: Proprietary | ||
LicenseUrl: https://bitvise.com/ssh-server-license | ||
Copyright: Copyright (C) 2000-2024 by Bitvise Limited. | ||
CopyrightUrl: https://bitvise.com/terms-of-use | ||
ShortDescription: Secure file transfer and terminal shell access for Windows | ||
Description: |- | ||
Our SSH server supports all desktop and server versions of Windows, 32-bit and 64-bit, from Windows XP SP3 and Windows Server 2003, up to the most recent – Windows 11 and Windows Server 2025. | ||
Bitvise SSH Server includes the following: | ||
- SFTP server: Secure file transfer using SFTP - compatible with a wide variety of clients | ||
- SCP server: Secure file transfer using SCP - compatible with command line and graphical clients | ||
- FTPS server: Secure file transfer using FTP over TLS/SSL - compatible with secure FTPS clients | ||
- SSH server: Secure remote access via console - vt100, xterm and bvterm are supported | ||
- Secure remote access via GUI - Remote Desktop or WinVNC required | ||
- Secure, effortless Git integration | ||
- Secure TCP/IP connection tunneling (port forwarding) | ||
Moniker: bitvisesshserver | ||
Tags: | ||
- sftp | ||
- ssh | ||
- sshd | ||
Agreements: | ||
- AgreementLabel: End User License Agreement (EULA) | ||
AgreementUrl: https://bitvise.com/ssh-server-license | ||
ReleaseNotes: |- | ||
- Master/follower synchronization: | ||
- When configured as a master or secondary master, the SSH Server no longer subjects authentication attempts from followers to logon serialization if the provided synchronization password is correct. This avoids some of the followers receiving disconnects, and having to retry, if many followers connect at the same time. | ||
- Control Panel: | ||
- The feature Query settings with PowerShell did not detect that PowerShell is available when installed on Hyper-V Server 2019. Fixed. | ||
ReleaseNotesUrl: https://bitvise.com/ssh-server-version-history-9#942 | ||
PurchaseUrl: https://bitvise.com/ssh-server-pricing | ||
# InstallationNotes: | ||
Documentations: | ||
- DocumentLabel: Printable Documentation | ||
DocumentUrl: https://bitvise.com/printable-docs/ssh-server-doc-printable | ||
- DocumentLabel: Users' Guide | ||
DocumentUrl: https://bitvise.com/ssh-server-users-guide | ||
- DocumentLabel: FAQ | ||
DocumentUrl: https://bitvise.com/ssh-server-usage-faq | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.9.0 |
46 changes: 46 additions & 0 deletions
46
manifests/b/Bitvise/SSH/Server/9.42/Bitvise.SSH.Server.locale.zh-CN.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-4-6.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json | ||
|
||
PackageIdentifier: Bitvise.SSH.Server | ||
PackageVersion: "9.42" | ||
PackageLocale: zh-CN | ||
# Publisher: | ||
# PublisherUrl: | ||
# PublisherSupportUrl: | ||
# PrivacyUrl: | ||
# Author: | ||
# PackageName: | ||
# PackageUrl: | ||
License: 专有软件 | ||
# LicenseUrl: | ||
# Copyright: | ||
# CopyrightUrl: | ||
ShortDescription: 适用于 Windows 的安全文件传输和终端 Shell 访问 | ||
Description: |- | ||
我们的 SSH 服务器支持所有桌面和服务器版的 Windows,包括 32 位和 64 位,从 Windows XP SP3 和 Windows Server 2003 到最新的 Windows 11 和 Windows Server 2025。 | ||
Bitvise SSH 服务器包含以下组件: | ||
- SFTP 服务器:通过 SFTP 安全传输文件——兼容各种客户端 | ||
- SCP 服务器:通过 SCP 安全传输文件——兼容命令行和图形客户端 | ||
- FTPS 服务器:通过 TLS/SSL 上的 FTP 安全传输文件——兼容安全 FTPS 客户端 | ||
- SSH 服务器:通过控制台安全远程访问 - 支持 vt100、xterm 和 bvterm | ||
- 通过 GUI 安全远程访问 - 需要远程桌面或 WinVNC | ||
- 安全、快捷的 Git 集成 | ||
- 安全 TCP/IP 连接隧道(端口转发) | ||
# Moniker: | ||
# Tags: | ||
Agreements: | ||
- AgreementLabel: 最终用户许可协议 (EULA) | ||
AgreementUrl: https://bitvise.com/ssh-server-license | ||
# ReleaseNotes: | ||
# ReleaseNotesUrl: | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
Documentations: | ||
- DocumentLabel: 可打印文档 | ||
DocumentUrl: https://bitvise.com/printable-docs/ssh-server-doc-printable | ||
- DocumentLabel: 用户指南 | ||
DocumentUrl: https://bitvise.com/ssh-server-users-guide | ||
- DocumentLabel: 常见问题 | ||
DocumentUrl: https://bitvise.com/ssh-server-usage-faq | ||
ManifestType: locale | ||
ManifestVersion: 1.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with YamlCreate.ps1 v2.4.3 $debug=QUSU.CRLF.7-4-6.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json | ||
|
||
PackageIdentifier: Bitvise.SSH.Server | ||
PackageVersion: "9.42" | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |