enrixk
Goto Top

Benutzer den Zugriff auf ssh-agent gewähren

Hallo,

ich welcher lokalen Benutzergruppe muss ein Benutzer sein, um folgende Befehle ausführen zu dürfen:
# By default the ssh-agent service is disabled. Configure it to start automatically.
# Make sure you're running as an Administrator. 
Get-Service ssh-agent | Set-Service -StartupType Automatic

# Start the service
Start-Service ssh-agent

# This should return a status of Running
Get-Service ssh-agent

# Now load your key files into ssh-agent
ssh-add $env:USERPROFILE\.ssh\id_ed25519

Danke!

Content-Key: 4723737504

Url: https://administrator.de/contentid/4723737504

Printed on: April 27, 2024 at 04:04 o'clock

Member: Dani
Dani Nov 22, 2022 at 17:39:16 (UTC)
Goto Top