mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	* openssh: Change to Microsoft build and update to 8.6.0.0p1 * Remove win32-openssh and add notes Signed-off-by: Hsiao-nan Cheung <niheaven@gmail.com> * Update note Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.6.0.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.6.0.0p1-Beta/OpenSSH-Win64.zip",
 | 
						|
            "hash": "9f9215dc0b823264d52603f4767d8531880ddfa9aedf16404923814c0ab086b7",
 | 
						|
            "extract_dir": "OpenSSH-Win64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V8.6.0.0p1-Beta/OpenSSH-Win32.zip",
 | 
						|
            "hash": "0221324212413a6caf260f95e308d22f8c141fc37727b622a6ad50998c46d226",
 | 
						|
            "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."
 | 
						|
    ]
 | 
						|
}
 |