fflKeygen
Generate an RSA keypair for passwordless authentication. Produces a public key to share with the sender and a private key for secure downloads.
Instructions
Generate an RSA keypair for passwordless pubkey authentication.
Produces two files:
.fflpub — public key (share with the sender)
.fflkey — private key (keep secret; used during download)
The sender then shares with: fflShareFile(..., recipientAuth='pubkey', recipientPublicKey='alice.fflpub') The recipient downloads with: fflDownload(..., recipientAuth='pubkey', recipientPrivateKey='alice.fflkey')
Args: name: Base name for the generated key files (default: ffl assigns a name)
Returns: Dictionary with returncode and output describing the generated key paths
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||