SSH-Agent Windows Powershell

Aus Xinux Wiki
Version vom 9. November 2021, 06:57 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ # By default the ssh-agent service is disabled. Allow it to be manually started for the next step to work. # Make sure you're running as an Administrator. Get…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen
  1. By default the ssh-agent service is disabled. Allow it to be manually started for the next step to work.
  2. Make sure you're running as an Administrator.

Get-Service ssh-agent | Set-Service -StartupType Manual

  1. Start the service

Start-Service ssh-agent

  1. This should return a status of Running

Get-Service ssh-agent

  1. Now load your key files into ssh-agent

ssh-add ~\.ssh\id_ed25519