Skip to content

Instantly share code, notes, and snippets.

@mamun67
Created April 14, 2020 16:35
Show Gist options
  • Save mamun67/8bdfa629ccdc6ae9e9bfe983bee3dada to your computer and use it in GitHub Desktop.
Save mamun67/8bdfa629ccdc6ae9e9bfe983bee3dada to your computer and use it in GitHub Desktop.
Add Docker user for jenking
publich ober ssh plugin
useradd dockeradmin
passwd dockeradmin
check the group
cat /etc/group
usermod -aG docker dockeradmin
to check user is part of which group
id <username>
vi /etc/ssh/sshd_config
service sshd reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment