mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
50 lines
1.8 KiB
JSON
50 lines
1.8 KiB
JSON
{
|
|
"version": "8.9.1.0p1",
|
|
"description": "The premier connectivity tool for remote login with the SSH protocol. (Microsoft build)",
|
|
"homepage": "https://www.openssh.com",
|
|
"license": "SSH-OpenSSH",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.1.0p1-Beta/OpenSSH-Win64.zip",
|
|
"hash": "b3d31939acb93c34236f420a6f1396e7cf2eead7069ef67742857a5a0befb9fc",
|
|
"extract_dir": "OpenSSH-Win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.1.0p1-Beta/OpenSSH-Win32.zip",
|
|
"hash": "b99c384811f9ef8cab7589460d607fd4d4faccd6ec08a7405a2df0a37340fdeb",
|
|
"extract_dir": "OpenSSH-Win32"
|
|
}
|
|
},
|
|
"bin": [
|
|
"scp.exe",
|
|
"sftp.exe",
|
|
"sftp-server.exe",
|
|
"ssh.exe",
|
|
"ssh-add.exe",
|
|
"ssh-agent.exe",
|
|
"ssh-keygen.exe",
|
|
"ssh-keyscan.exe",
|
|
"ssh-shellhost.exe",
|
|
"sshd.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/PowerShell/Win32-OpenSSH",
|
|
"regex": "tag/v([\\d.]+p\\d)-Beta"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version-Beta/OpenSSH-Win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version-Beta/OpenSSH-Win32.zip"
|
|
}
|
|
}
|
|
},
|
|
"notes": [
|
|
"Windows 10 or higher includes this build of OpenSSH in the system itself, hence it is recommended to use the system OpenSSH there.",
|
|
"Run 'sudo $dir\\install-sshd.ps1' to install sshd and ssh-agent as a service.",
|
|
"Run 'sudo $dir\\uninstall-sshd.ps1' to uninstall the services."
|
|
]
|
|
}
|