You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help/common/tips.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,10 @@ Windows OpenSSH stores keys in a specific location:
94
94
95
95
**Key Management**:
96
96
- Generate new key: `ssh-keygen -t ed25519 -C "your_email@example.com"`
97
+
-**Note**: This requires OpenSSH to be installed. Windows 10/11 include OpenSSH by default, but if `ssh-keygen` is not available, you can:
98
+
- Enable OpenSSH via Settings → Apps → Optional Features → OpenSSH Client
99
+
- Use WSL (Windows Subsystem for Linux) if available
100
+
- Use an alternative tool like PuTTYgen for SSH key generation
97
101
- Set proper permissions: Right-click private key → Properties → Security → Remove all users except your account
98
102
- Add public key to servers: Copy content of `.pub` file to server's `~/.ssh/authorized_keys`
99
103
@@ -111,6 +115,7 @@ CodeFrog's code analysis uses OpenGrep, which requires specific DLL files:
111
115
- If you see "missing DLL" errors:
112
116
1. Close CodeFrog completely
113
117
2. Delete the binaries cache folder (typically located at `C:\Users\YourUsername\AppData\Local\CodeFrog\Cache\Binaries`)
118
+
-**Note**: The cache path may vary depending on your installation method (portable vs. installer) or CodeFrog's configuration. If the standard path doesn't exist, check CodeFrog's settings or logs to locate the cache directory.
-[Getting Started Guide](/help/mas/getting-started)(macOS) or [Getting Started Guide](/help/windows/getting-started) (Windows) - Quick start guide for new users
38
+
-[Project Workflows](/help/common/workflows) - Learn about local and remote development
0 commit comments