Skip to content

Instantly share code, notes, and snippets.

@bfu4
Last active March 29, 2022 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfu4/c8d252f36c9aeb30d98a133e1cf922e3 to your computer and use it in GitHub Desktop.
Save bfu4/c8d252f36c9aeb30d98a133e1cf922e3 to your computer and use it in GitHub Desktop.
#!/bin/bash
useradd -s /bin/bash -d /lab $1
printf "$2\n$2\n" | passwd $1
usermod -aG sudo $1
@bfu4
Copy link
Author

bfu4 commented Mar 17, 2022

insecure need for docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment