mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "9.8.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/v9.8.1.0p1-Preview/OpenSSH-Win64.zip",
 | 
						|
            "hash": "c7a1369cd73c8165be00c66e90291c4dd67784de7c3aa3af18c68ebedffa6ea9",
 | 
						|
            "extract_dir": "OpenSSH-Win64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.8.1.0p1-Preview/OpenSSH-Win32.zip",
 | 
						|
            "hash": "6794ac43d806b6474f5bc501b819c723b96b07605ca3df99b67805c7b659be8e",
 | 
						|
            "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)-Preview"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version-Preview/OpenSSH-Win64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version-Preview/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."
 | 
						|
    ]
 | 
						|
}
 |