# SSH 키 암호 복구

SSH 키 암호를 분실한 경우 사용하는 운영 체제에 따라 SSH 키 암호를 복구하거나 새 SSH 키 암호를 생성해야 할 수 있습니다.

<div class="ghd-tool mac">

```
          [macOS 키 집합을 사용하여 SSH 암호를 구성](/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases#saving-your-passphrase-in-the-keychain)한 경우 암호를 복구할 수 있습니다.
```

1. Finder에서 **키 집합 액세스** 앱을 검색합니다.
2. 키 집합 액세스에서 **SSH**를 검색합니다.
3. SSH 키 항목을 두 번 클릭하여 새 대화 상자를 엽니다.
4. 왼쪽 아래에서 **암호 표시**를 선택합니다.
5. 관리자 암호를 입력하라는 메시지가 표시됩니다. “키 집합 액세스” 대화 상자에 암호를 입력합니다.
6. 암호가 표시됩니다.

</div>

<div class="ghd-tool windows">

SSH 키 암호를 분실한 경우 복구할 방법이 없습니다. 대신 personal access token을(를) 사용할 수 있도록 [새로운 SSH 키 쌍을 생성](/ko/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)하거나 [HTTPS 복제로 전환](/ko/get-started/git-basics/about-remote-repositories#cloning-with-https-urls)해야 합니다.

</div>

<div class="ghd-tool linux">

SSH 키 암호를 분실한 경우 복구할 방법이 없습니다. 대신 personal access token을(를) 사용할 수 있도록 [새로운 SSH 키 쌍을 생성](/ko/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)하거나 [HTTPS 복제로 전환](/ko/get-started/git-basics/about-remote-repositories#cloning-with-https-urls)해야 합니다.

</div>