Detailed explanation of the steps to install OpenSSH service on Windows 7 (valid in personal test)

藏色散人
Release: 2021-12-24 10:03:34
Original
18247 people have browsed it

OpenSSH is an open source version of the Secure Shell (SSH) tool used by administrators of Linux and other non-Windows systems to manage remote systems across platforms. OpenSSH was added to Windows in fall 2018 and is included in Windows 10 and Windows Server 2019. But Windows7 doesn’t have it! So this article will introduce to you how to install the OpenSSH service in Windows 7. It has been tested by myself and it works!

Steps to install OpenSSH service on Windows 7:

Step one: Download OpenSSH related files

Click to open this link: https://github.com/PowerShell/Win32-OpenSSH/releases, then find and click to download OpenSSH-Win64.zip;

on the page that opens. Detailed explanation of the steps to install OpenSSH service on Windows 7 (valid in personal test)

Step 2: Unzip the file

Extract the downloaded zip file to the C:\Program Files path;

Detailed explanation of the steps to install OpenSSH service on Windows 7 (valid in personal test)

Detailed explanation of the steps to install OpenSSH service on Windows 7 (valid in personal test)

Step 3: Set environment variables

Right-click "Computer" and select Open: Properties ->System->Advanced System Settings->Environment Variables

Detailed explanation of the steps to install OpenSSH service on Windows 7 (valid in personal test)

Detailed explanation of the steps to install OpenSSH service on Windows 7 (valid in personal test)

Then select path# in System Variables ##Variables, and add ;C:\Program Files\OpenSSH-Win64 in the "Variable Value" column of "Edit System Variables". Note that different variable values ​​must be separated by semicolons;

Detailed explanation of the steps to install OpenSSH service on Windows 7 (valid in personal test)

Step 4: Test

Open cmd, then enter the ssh command and press Enter. If the following content appears, the installation is successful!

Detailed explanation of the steps to install OpenSSH service on Windows 7 (valid in personal test)

The above is the detailed content of Detailed explanation of the steps to install OpenSSH service on Windows 7 (valid in personal test). For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!