fix: change ssh-agent startup type to automatic in Oracle VPS guide

This commit is contained in:
Viren070
2025-04-04 23:27:10 +01:00
parent d9b9b77a43
commit 3540edc65e
+1 -1
View File
@@ -83,7 +83,7 @@ To use the Oracle Cloud Free Tier, you need a valid credit/debit card. Virtual/P
3. We will now need to add our SSH key to our SSH agent. Before we do that, we need to start the SSH agent. Open a new **Administrator** PowerShell window and run the following commands:
```
Get-Service -Name ssh-agent | Set-Service -StartupType Manual
Get-Service -Name ssh-agent | Set-Service -StartupType Automatic
Start-Service ssh-agent
```
4. Run the following command in your **non-administrator** terminal to add your SSH key to the SSH agent: