This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
esxi:debian_minimal_server [2024/09/22 19:51] 127.0.0.1 external edit |
esxi:debian_minimal_server [2024/10/24 12:44] (current) derek |
||
---|---|---|---|
Line 41: | Line 41: | ||
# Optionally enable root SSH login | # Optionally enable root SSH login | ||
sudo sed -i " | sudo sed -i " | ||
+ | |||
+ | # Optionally set the timezone to UTC: | ||
+ | timedatectl set-timezone UTC | ||
+ | |||
exit | exit | ||
</ | </ |