PUBLIC_KEY_PATH — Path to your public key (id_rsa.pub)
PRIVATE_KEY_PATH — Path to your private key (id_rsa)
SIDE_KEY_DIRECTORY — Directory where the other party’s public key will be placed.
(Example: /Users/user/Desktop/cluddy-keygen/other-side — create this folder in advance and keep it near your own keys for convenience)
MacOS / Linux
Windows (PowerShell)
export PUBLIC_KEY_PATH=/path/to/id_rsa.pub
export PRIVATE_KEY_PATH=/path/to/id_rsa
export SIDE_KEY_DIRECTORY=/path/to/other-side