Skip to content

Commit 8e72968

Browse files
baasith6cursoragent
andcommitted
Document RSA key requirement for Jenkins SSH on Windows.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7f7f84b commit 8e72968

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/JENKINS_DEPLOY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Deploy ONEVO to the Azure MVP VM from your local Windows PC using the root [`Jen
1414
2. **Git** and **OpenSSH client** (Windows 10+ optional feature or Git for Windows).
1515
3. **.NET 8 SDK**, **Node.js 20**, **Python 3.11+** on the Jenkins agent (same PC).
1616
4. **Inno Setup 6** + PyInstaller deps for connector installer (see [`connector/installer/INSTALL.md`](../connector/installer/INSTALL.md)).
17-
5. SSH private key that can log in as `azureuser@20.193.69.220`.
17+
5. SSH private key that can log in as `azureuser@20.193.69.220`. On Windows OpenSSH, use your **RSA** key (`id_rsa`) in Jenkins — explicit `-i` with `id_ed25519` often fails even when plain `ssh` works.
1818

1919
## Jenkins plugins
2020

@@ -27,7 +27,7 @@ Deploy ONEVO to the Azure MVP VM from your local Windows PC using the root [`Jen
2727

2828
| ID | Type | Value |
2929
|----|------|--------|
30-
| `onevo-vm-ssh-key` | SSH Username with private key | User `azureuser`, paste private key |
30+
| `onevo-vm-ssh-key` | SSH Username with private key | User `azureuser`, paste **RSA** private key (`id_rsa` contents, not ed25519) |
3131

3232
## Create the pipeline job
3333

0 commit comments

Comments
 (0)