Khem Raj via lists.openembedded.org schrieb am Do 10. Okt, 11:51 (GMT):
> mkdir -p "$DIR"
> rm -f ${FILE}.tmp
> ssh-keygen -q -f "${FILE}.tmp" -N '' -t $TYPE
> -
> + chmod 0600 "$FILE.tmp"
Or maybe `(umask 700 && ssh-keygen -q -f "${FILE}.tmp" -N '' -t $TYPE)` or
do at least `chmod go= "$FILE.tmp"` to not add a user write permission
ssh-keygen might not have set.
Kind regards, Jörg
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#205430):
https://lists.openembedded.org/g/openembedded-core/message/205430
Mute This Topic: https://lists.openembedded.org/mt/108935201/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-