mirror of
https://github.com/AAAAAEXQOSyIpN2JZ0ehUQ/SSHPLUS-MANAGER-FREE.git
synced 2025-01-31 09:31:33 +00:00
5 lines
104 B
Bash
5 lines
104 B
Bash
#!/bin/bash
|
|
usermod -p $(openssl passwd -1 $2) $1
|
|
echo "$2" > /etc/SSHPlus/senha/$1
|
|
echo "1"
|
|
pkill -f $1 |