From 1db0ace17bdaa5cb367645d172212316d59a4477 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 16 Apr 2024 12:28:32 +0200 Subject: [PATCH] documentation: convert note to admonition --- docs/site/getting-started/machines.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/site/getting-started/machines.md b/docs/site/getting-started/machines.md index 8cebaa40..9e758b54 100644 --- a/docs/site/getting-started/machines.md +++ b/docs/site/getting-started/machines.md @@ -81,8 +81,9 @@ Replace `host_or_ip` with the actual hostname or IP address of your target machi clan config --machine my-machine clan.networking.targetHost root@host_or_ip ``` -> Note: The use of `root@` in the target address implies SSH access as the `root` user. -> Ensure that the root login is secured and only used when necessary. +!!! warning + The use of `root@` in the target address implies SSH access as the `root` user. + Ensure that the root login is secured and only used when necessary. ### Updating Machine Configurations