Created
April 14, 2020 16:35
-
-
Save mamun67/8bdfa629ccdc6ae9e9bfe983bee3dada to your computer and use it in GitHub Desktop.
Add Docker user for jenking
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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