documentation: convert note to admonition

This commit is contained in:
a-kenji
2024-04-16 12:28:32 +02:00
parent 90b7d0f147
commit 887f7c680d

View File

@@ -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