mirror of
https://github.com/Viren070/guides.git
synced 2025-12-01 23:16:16 +01:00
fix: change ssh-agent startup type to automatic in Oracle VPS guide
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user