Difference between revisions of "Activate OpenSSH on Windows"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 8: Line 8:
  
 
  [[Start-Service]] sshd*
 
  [[Start-Service]] sshd*
  Set-Service -Name sshd -StartupType 'Automatic'
+
  [[Set-Service]] -Name sshd -StartupType 'Automatic'
  
 
In one line:  
 
In one line:  

Revision as of 08:23, 6 April 2021


Add-WindowsCapability -Online -Name OpenSSH.Server

Welcome (talk) 08:03, 6 April 2021 (UTC)0.0.1.0 (Using (*) seems not to be working: Add-WindowsCapability -Online -Name OpenSSH.Server*)

Start-Service sshd*
Set-Service -Name sshd -StartupType 'Automatic'

In one line:

(Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0) -and (Start-Service sshd) -and (Set-Service -Name sshd -StartupType 'Automatic')

Activities


Related terms

See also

Advertising: