[SSH-STAFF] removed kamila (and added her so her key get removed if it's still there
This commit is contained in:
parent
d9ee74e23d
commit
cf0fb5ac16
1 changed files with 2 additions and 2 deletions
4
manifest
4
manifest
|
@ -27,7 +27,7 @@ state=$(cat "$__object/parameter/state")
|
||||||
# not at ungleich GmbH (anymore)
|
# not at ungleich GmbH (anymore)
|
||||||
#
|
#
|
||||||
set --
|
set --
|
||||||
for key in dave henk tobias carlos moep; do
|
for key in dave henk tobias carlos moep kamila kamila-phone; do
|
||||||
keyfile="$__type/files/${key}.pub"
|
keyfile="$__type/files/${key}.pub"
|
||||||
set -- "$@" --key
|
set -- "$@" --key
|
||||||
set -- "$@" "$(echo $(cat "$keyfile"))"
|
set -- "$@" "$(echo $(cat "$keyfile"))"
|
||||||
|
@ -40,7 +40,7 @@ __ssh_authorized_keys "ungleich-staff-absent-$user" \
|
||||||
# currently at ungleich GmbH
|
# currently at ungleich GmbH
|
||||||
#
|
#
|
||||||
set --
|
set --
|
||||||
for key in nico dominique kamila kamila-phone poljakowski youngjin; do
|
for key in nico dominique poljakowski youngjin; do
|
||||||
keyfile="$__type/files/${key}.pub"
|
keyfile="$__type/files/${key}.pub"
|
||||||
|
|
||||||
set -- "$@" --key
|
set -- "$@" --key
|
||||||
|
|
Loading…
Reference in a new issue