Fixup root ssh access

Credit to this commit: 27108f3e33
This commit is contained in:
Sam Heinz
2024-06-26 21:58:21 +10:00
parent 9b2c49b24e
commit 1056621b21
160 changed files with 174 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y {debian-keyring,debian-archive-keyring,apt-transport-https,gpg,curl,sudo,mc,wget}
$STD apt-get install -y {debian-keyring,debian-archive-keyring,apt-transport-https,gpg,curl,sudo,mc,wget,openssh-server}
msg_ok "Installed Dependencies"
msg_info "Installing Caddy"