linux to windows powershell over ssh

From thelinuxwiki
Revision as of 17:43, 27 May 2025 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

description

Microsoft Windows [Version 10.0.18363.2274]

install openssh server on windows

from powershell on windows...

check software status

PS C:\WINDOWS\system32> Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'

install openssh-server

PS C:\WINDOWS\system32> Add-WindowsCapability -Online -Name OpenSSH.ServerNighthawk (talk) 17:43, 27 May 2025 (UTC)0.0.1.0

Path  : Online  : True RestartNeeded : False

at this point the software is installed but config files have NOT be created yet.