Open giuliomoro opened 8 years ago
Yeah the security concerns outweigh any benefits to having a 'git push' on the board for me. I'm pretty sure on a mac at least you have to specifically allow ssh connections from Bela, and it's quite a pain to do.
The github stuff is probably worth looking into, but we would have to make sure people are aware of the potential privacy issues, in that they will be publishing their code publicly on github when doing this.
This could be done but would require 1.
sshd
running on the host to allow inbound ssh connectionsLeaving the security concerns to the user (whoever decides to start an sshd server on their machine better know what they are doing), and accounting at once for a git server running on the host machine or on a remote server (in case the user enabled internet sharing to the board), it would be useful to have a "git push" button.
Ultimately, it would be worth - instead - investigating the use of the github using the browser as a proxy (basically: do their servers support CORS? ).