SSH-Agent Windows Powershell: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
=Dienst starten=
 
=Dienst starten=
 +
*Start-Service ssh-agent
 
*Get-Service ssh-agent | Set-Service -StartupType Automatic
 
*Get-Service ssh-agent | Set-Service -StartupType Automatic
  
 
*https://docs.microsoft.com/de-de/windows-server/administration/openssh/openssh_keymanagement
 
*https://docs.microsoft.com/de-de/windows-server/administration/openssh/openssh_keymanagement

Version vom 10. September 2025, 06:24 Uhr

Dienst starten

  • Start-Service ssh-agent
  • Get-Service ssh-agent | Set-Service -StartupType Automatic