devl.cz/ windows-tips

Windows Tips

How to use PuTTY as an SSH agent

Generate key via PuTTYgen:

Load the key into Pageant:

Configure tools to use Pageant:

Use Unix line-endings (LF)

Clion: Set the line-endings to LF for new files: Settings / Editor / Code Style / Line separator: Unix and macOS (\n).

Reference: https://stackoverflow.com/a/40472391