Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/ab40267e90f8309d79e2165fb219ec8877e8010a You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update alpine-install.func

enable root SSH access
pull/1261/head
tteckster 2 years ago committed by GitHub
parent e2b999caa0
commit ab40267e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,6 +111,7 @@ motd_ssh() {
echo -e "$APPLICATION LXC provided by https://tteck.github.io/Proxmox/\n" >/etc/motd
if [[ "${SSH_ROOT}" == "yes" ]]; then
$STD rc-update add sshd
sed -i "s/#PermitRootLogin prohibit-password/PermitRootLogin yes/g" /etc/ssh/sshd_config
$STD /etc/init.d/sshd start
fi
}

Loading…
Cancel
Save

Powered by BW's shoe-string budget.