1
0
forked from clan/clan-core

documentation: convert note to admonition

This commit is contained in:
a-kenji 2024-04-16 12:28:32 +02:00
parent 059e4efcdc
commit 1db0ace17b

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