From b86e9453cf8991b3070687e48b241809d5935565 Mon Sep 17 00:00:00 2001 From: TheFlyingFool Date: Tue, 21 May 2024 14:57:57 -0500 Subject: [PATCH] Working on Setting up SSH --- setup.ps1 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/setup.ps1 b/setup.ps1 index 743deed..18cfb2f 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -126,6 +126,15 @@ do { InstallTheApps $Apps Update-Profile + Write-Host "Make sure SSH Client is installed" + Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 + Write-Host "Create SSH Key" + ssh-keygen -t ed25519 + Write-Host "Start SSH Agent" + Get-Service ssh-agent | Set-Service -StartupType Automatic + Start-Service ssh-agent + ssh-add $env:USERPROFILE\.ssh\id_ed25519 + } "2" { $apps = @( # Game Launchers