Ssh-server-windows: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
 
;Checken
 
;Checken
 
*                                                                                                              Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'                                                                                                                                                   
 
*                                                                                                              Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'                                                                                                                                                   
  Name  : OpenSSH.Client[[Benutzer:Thomas.will|Thomas.will]] ([[Benutzer Diskussion:Thomas.will|Diskussion]]) 08:04, 24. Sep. 2025 (UTC)0.0.1.0
+
  Name  : OpenSSH.Client
 +
(UTC)0.0.1.0
 
  State : Installed  
 
  State : Installed  
  
  Name  : OpenSSH.Server[[Benutzer:Thomas.will|Thomas.will]] ([[Benutzer Diskussion:Thomas.will|Diskussion]]) 08:04, 24. Sep. 2025 (UTC)0.0.1.0
+
  Name  : OpenSSH.Server
 
  State : NotPresent
 
  State : NotPresent
 
;Installation
 
;Installation
*Add-WindowsCapability -Online -Name OpenSSH.Server[[Benutzer:Thomas.will|Thomas.will]] ([[Benutzer Diskussion:Thomas.will|Diskussion]]) 08:04, 24. Sep. 2025 (UTC)0.0.1.0
+
*Add-WindowsCapability -Online -Name OpenSSH.Server
 +
 
 
  Path          :
 
  Path          :
 
  Online        : True
 
  Online        : True
Zeile 14: Zeile 16:
 
;Start
 
;Start
 
*Start-Service sshd
 
*Start-Service sshd
 
+
;Rebootfähig machen
 +
*Set-Service -Name sshd -StartupType Automatic
  
 
=Grafische Installation=
 
=Grafische Installation=

Aktuelle Version vom 24. September 2025, 11:56 Uhr

Powershell

Checken
  • Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'
Name  : OpenSSH.Client
(UTC)0.0.1.0
State : Installed 
Name  : OpenSSH.Server
State : NotPresent
Installation
  • Add-WindowsCapability -Online -Name OpenSSH.Server
Path          :
Online        : True
RestartNeeded : False
Start
  • Start-Service sshd
Rebootfähig machen
  • Set-Service -Name sshd -StartupType Automatic

Grafische Installation

  • Einstellungen
    • Apps
      • Optinale Features verwalten
        • Features hinzufügen
          • Open-SSH Server installieren

Aktivieren

  • Dienste
    • OpenSSH SSH Server
      • Starten und auf Starttyp Automatisch stellen


Ssh-server-1.png

Links