12 lines
415 B
Bash
12 lines
415 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
systemctl enable ssh > /log
|
||
|
service ssh start >> /log
|
||
|
touch /HIJdoetHET------------------------------------------------
|
||
|
mkdir /run/sshd >> /log
|
||
|
systemctl enable ssh.service >>/log
|
||
|
systemctl start ssh.service >> /log
|
||
|
dpkg -i /naaf-linuxpamclient-debian-release-6.3.70017.deb >> /log
|
||
|
chmod +x /opt/pam_aucore/bin/activate-nondomain.sh >> /log
|
||
|
echo YES | /opt/pam_aucore/bin/activate-nondomain.sh >> /log
|