Update prerequisites.sh
This commit is contained in:
parent
ea8aa8f755
commit
875082e8d9
@ -11,3 +11,8 @@ mv rsyncd.conf rsyncd.passwd /etc/
|
|||||||
chmod 0600 /etc/rsyncd.passwd
|
chmod 0600 /etc/rsyncd.passwd
|
||||||
systemctl restart rsync
|
systemctl restart rsync
|
||||||
wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --no-updates --stable-channel --disable-telemetry
|
wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --no-updates --stable-channel --disable-telemetry
|
||||||
|
---Enable root ftp login---
|
||||||
|
1. vim /etc/ssh/sshd_config
|
||||||
|
2. Update: PermitRootLogin yes
|
||||||
|
3. sudo systemctl restart ssh.service
|
||||||
|
4. passwd root
|
Loading…
Reference in New Issue
Block a user