Agent Flywheel
Progress3/13
Back to Home
Agent Flywheel

Step 3 Help

Common Issues

ssh-keygen: command not found
On Windows, make sure you're using PowerShell or Windows Terminal (not Command Prompt). On Mac/Linux, open a new terminal window.
The key file already exists
If you already have an SSH key at ~/.ssh/acfs_ed25519, you can skip this step and reuse it. Just make sure you remember the passphrase (if any).
Permission denied when creating the key
Make sure the ~/.ssh directory exists: run 'mkdir -p ~/.ssh && chmod 700 ~/.ssh' then try again.

Tips

  • Ed25519 keys are shorter and more secure than RSA keys.
  • The passphrase is optional but recommended for security.

Share Debug Info

Copy this information when asking for help — it helps us diagnose the issue faster.

3/13
3Step 3 of 13

Step 3 Help

Common Issues

ssh-keygen: command not found
On Windows, make sure you're using PowerShell or Windows Terminal (not Command Prompt). On Mac/Linux, open a new terminal window.
The key file already exists
If you already have an SSH key at ~/.ssh/acfs_ed25519, you can skip this step and reuse it. Just make sure you remember the passphrase (if any).
Permission denied when creating the key
Make sure the ~/.ssh directory exists: run 'mkdir -p ~/.ssh && chmod 700 ~/.ssh' then try again.

Tips

  • Ed25519 keys are shorter and more secure than RSA keys.
  • The passphrase is optional but recommended for security.

Share Debug Info

Copy this information when asking for help — it helps us diagnose the issue faster.

Generate SSH Key

Step 3 of 13|Swipe to navigate