Install full featured vim

This commit is contained in:
Michal Čihař 2020-04-14 15:18:11 +02:00
parent bf7d613a65
commit c436f3bf62

View file

@ -4,7 +4,8 @@ sed -i 's/#?PasswordAuthentication.*/PasswordAuthentication no/' /etc/ssh/sshd_c
systemctl restart sshd

apt update
apt install -y fail2ban
apt install -y fail2ban vim
apt purge -y vim-tiny

cat > /etc/fail2ban/jail.d/sshd.conf <<EOT
[sshd]