mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-03 15:01:00 +08:00
Install full featured vim
This commit is contained in:
parent
bf7d613a65
commit
c436f3bf62
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue