From 6b737e192cb201a2d466e6e49f00c1439c19e742 Mon Sep 17 00:00:00 2001 From: David Kerr Date: Thu, 7 May 2020 10:16:00 -0400 Subject: [PATCH] Add note about ssh access to ESXi servers --- deployhooks.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deployhooks.md b/deployhooks.md index 7a159b2..9847312 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -201,7 +201,11 @@ export DEPLOY_SSH_BACKUP=no && service unifi restart ``` -Example of deploying certificate to VMware ESXi (tested with version 6.7u2). +Example of deploying certificate to VMware ESXi (tested with version 6.7u3). +Note that by default ESXi hosts have ssh access disabled and VMware recommends +only enabling it if necessary for administrative purposes - displaying a +warning notice on the ESXi web interface. You must enable ssh on ESXi and have +exchanged ssh keys for this deploy hook to work. ```sh export DEPLOY_SSH_USER="root"