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

-- 

_______________________________________________
Support-list mailing list
Support-list@support.elphel.com
http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com

Reply via email to