{ "homepage": "https://github.com/PowerShell/Win32-OpenSSH", "description": "A suite of secure networking utilities based on the Secure Shell protocol. (Microsoft port)", "version": "8.1.0.0p1-Beta", "license": { "identifier": "BSD-3-Clause", "url": "https://github.com/PowerShell/openssh-portable/blob/latestw_all/LICENCE" }, "architecture": { "32bit": { "hash": "88aaf9eafc64a11d2ba0894a1c24608f1b6d69408b19bb7b15287338fea76dd0", "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.1.0.0p1-Beta/OpenSSH-Win32.zip", "extract_dir": "OpenSSH-Win32" }, "64bit": { "hash": "c99240af89452610f66b7ce54c4fa3180b66aae2bc326afc2aac8fc1dd48f488", "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.1.0.0p1-Beta/OpenSSH-Win64.zip", "extract_dir": "OpenSSH-Win64" } }, "bin": [ "scp.exe", "sftp.exe", "sftp-server.exe", "ssh-add.exe", "ssh-agent.exe", "ssh-keygen.exe", "ssh-keyscan.exe", "ssh-shellhost.exe", "ssh.exe", "sshd.exe" ], "notes": [ "This is a pre-release (non-production ready)", "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." ], "checkver": { "re": "v(\\d+\\.\\d+\\.\\d+\\.\\d+[a-zA-Z-\\d]*)", "github": "https://github.com/PowerShell/Win32-OpenSSH" }, "autoupdate": { "architecture": { "32bit": { "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version/OpenSSH-Win32.zip" }, "64bit": { "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version/OpenSSH-Win64.zip" } } } }