You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/JENKINS_DEPLOY.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Deploy ONEVO to the Azure MVP VM from your local Windows PC using the root [`Jen
14
14
2.**Git** and **OpenSSH client** (Windows 10+ optional feature or Git for Windows).
15
15
3.**.NET 8 SDK**, **Node.js 20**, **Python 3.11+** on the Jenkins agent (same PC).
16
16
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.
18
18
19
19
## Jenkins plugins
20
20
@@ -27,7 +27,7 @@ Deploy ONEVO to the Azure MVP VM from your local Windows PC using the root [`Jen
27
27
28
28
| ID | Type | Value |
29
29
|----|------|--------|
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)|
0 commit comments