mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2026-02-04 04:22:43 +03:00
don't remove leading login
This commit is contained in:
parent
5c7fbfedde
commit
2e92e27c30
@ -23,6 +23,6 @@ _imds_ssh_keys() {
|
|||||||
|
|
||||||
# NOTE:keys are prefixed with "<login>:"
|
# NOTE:keys are prefixed with "<login>:"
|
||||||
for ssh_keys in $IMDS_SSH_KEYS; do
|
for ssh_keys in $IMDS_SSH_KEYS; do
|
||||||
imds -e "$ssh_keys" | cut -d: -f2-
|
imds -e "$ssh_keys"
|
||||||
done | sort -u
|
done | sort -u
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user