mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2026-03-10 05:51:43 +01:00
be extra safe with ssh logins
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
useradd -m -p ${1} ${2}
|
||||
usermod -L ${2}
|
||||
chsh -s "/sbin/nologin" ${2}
|
||||
|
||||
Reference in New Issue
Block a user