diff --git a/versioned_docs/version-v1.8/install/post-install.md b/versioned_docs/version-v1.8/install/post-install.md index d5e98530da..c0f4c63648 100644 --- a/versioned_docs/version-v1.8/install/post-install.md +++ b/versioned_docs/version-v1.8/install/post-install.md @@ -22,13 +22,13 @@ By default during installation, SSH password authentication is enabled on the Ha Once installation is completed, however, disabling SSH password authentication is recommended. You can run the following command, which uses `kubectl` to apply a [`CloudInit`](https://docs.harvesterhci.io/v1.6/advanced/cloudinitcrd/) configuration, to disable SSH password authentication on all Harvester nodes: ```sh -cat < /etc/ssh/sshd_config.d/99-disable-passwords.conf + - echo "KbdInteractiveAuthentication no" >> /etc/ssh/sshd_config.d/99-disable-passwords.conf - systemctl restart sshd paused: false EOF