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-ID: 4723737504

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

Ausgedruckt am: 04.11.2024 um 22:11 Uhr

Dani
Dani 22.11.2022 um 18:39:16 Uhr
Goto Top