We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83fbc6 commit e718644Copy full SHA for e718644
board/common/rootfs/usr/libexec/infix/mksshkey
@@ -18,6 +18,7 @@ echo -e "$PUBLIC" >> "$TMP"
18
echo -e "-----END RSA PUBLIC KEY-----" >> "$TMP"
19
20
ssh-keygen -i -m PKCS8 -f "$TMP" > "$DIR/$NAME.pub"
21
+rm "$TMP"
22
chmod 0600 "$DIR/$NAME.pub"
23
chmod 0600 "$DIR/$NAME"
24
chown sshd:sshd "$DIR/$NAME.pub"
0 commit comments