add root user?
This commit is contained in:
parent
70efd11076
commit
2dcc090db9
1 changed files with 4 additions and 2 deletions
|
@ -31,9 +31,11 @@ pipeline:
|
||||||
- event: cron
|
- event: cron
|
||||||
- event: manual
|
- event: manual
|
||||||
git-push:
|
git-push:
|
||||||
image: nixery.dev/shell/openssh/git/gnupg
|
image: nixery.dev/shell/openssh/gitfull/git-lfs/gnupg
|
||||||
commands:
|
commands:
|
||||||
- mkdir ~/.ssh
|
- groupadd -g 0 root
|
||||||
|
- useradd -u 0 -g root -d $HOME root
|
||||||
|
- mkdir -p ~/.ssh
|
||||||
- echo "$SSH_KEY" > ~/.ssh/id_ed25519
|
- echo "$SSH_KEY" > ~/.ssh/id_ed25519
|
||||||
- chmod 600 ~/.ssh/id_ed25519
|
- chmod 600 ~/.ssh/id_ed25519
|
||||||
- echo "git.chir.rs ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICQ77jA9S5qXDFGPLZRsC++AtxiXXeF8gVbkLlglx0GQ" > ~/.ssh/known_hosts
|
- echo "git.chir.rs ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICQ77jA9S5qXDFGPLZRsC++AtxiXXeF8gVbkLlglx0GQ" > ~/.ssh/known_hosts
|
||||||
|
|
Reference in a new issue