How to configure authentication via ssh correctly?
I’ve tried all these commands, and I always get the same error:
ssh-keygen -t ed25519 -C “my@mail.com”
ssh-keygen -t ed25519 -m PEM -C “my@mail.com”
ssh-keygen -m PEM -t rsa -b 4096 -C “my@mail.com”
ssh-keygen -p -m PEM -f ~/.ssh/id_rsa
I tried with and without the header
Information on your n8n setup
- **n8n version: 0.227.0
- **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
