

You can connect to your Windows machine with: 1 ssh user_name you need to find your IP address, run this command in PowerShell: 1 Get-NetIPAddress Open a PowerShell window as an Administrator: go to Start → Windows Power Shell and right click on the Windows Power Shell app select More and pick Run as administrator, answer Yes when asked if you want to let this app to make changes to your device.Īt this point, you can temporarily enable the OpenSSH server by writing the next command in Windows Power Shell: 1 Start-Service -Name "sshd" Once the installation has finished, you need to start the OpenSSH server in order to be able to connect to this machine.

Go to the Windows Start menu and select Settings, next go to Apps → Optional features → Add a feature, on this page, search for OpenSSH Server or scroll until you find it and check the left box.

How about when you want to be able to connect through ssh to another Windows computer ?
#OPENSSH SERVER WINDOWS HOW TO#
In this article, I will show you how to enable the OpenSSH server on Windows 10 and how to connect through ssh to a Windows 10 machine.īy default, recent versions of Windows 10 have an OpenSSH client already installed, this means that you can use a Windows 10 machine to connect through ssh to other machines, typically Linux servers, that have an ssh server enabled. Solarian Programmer My programming ramblings Home Archives Contact Privacy Enable OpenSSH server on Windows 10 Posted on Octoby Paul
