[Elphel-support] make "permanent" changes on a 393 camera ?

Luc Deschenaux luc.deschenaux.mta at sunrise.ch
Tue May 28 21:37:37 PDT 2019


Hello !

What can be done eg for adding a startup script on the 393 or for adding
a ssh public key for authentication (beside rebuilding and flashing the
firmware) ?

Best regards,

Luc

PS:

For the public key there the SSH_ASKPASS workaround, eg s.sh:

    #!/bin/bash
    export SSH_ASKPASS=$(mktemp)
    echo echo pass > $SSH_ASKPASS
    chmod +x $SSH_ASKPASS
    setsid -w ssh $USER_AT_HOST $@
    EXIT_STATUS=$?
    rm $SSH_ASKPASS
    exit $EXIT_STATUS

-- 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://support.elphel.com/pipermail/support-list_support.elphel.com/attachments/20190529/e65db4c0/attachment.html>


More information about the Support-list mailing list