1
0
mirror of https://github.com/AAAAAEXQOSyIpN2JZ0ehUQ/SSHPLUS-MANAGER-FREE.git synced 2025-01-31 09:31:33 +00:00
AAAAAEXQOSyIpN2JZ0ehUQ 53f7f29793 Update Script
2020-03-20 21:57:21 -03:00

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