[[ssh-agent]]をスタートアップ時に自動起動する設定を[[PowerShell]]で実行する。 ```powershell sudo Set-Service ssh-agent -StartupType Automatic ```