Chat freely about anything...

User avatar
By Drakoky
#87543 I want to do a high secure update connecting to a private GitHub repository. But I need to login for this, GitHub offer a connection via SSH, but I can't find any documentation or example about this.

Is this support?
How I can do it?
User avatar
By eriksl
#87741 Well there is TLS support using one of two libraries so in theory it's possible. On the other hand, we also know that if you use these, very little (DRAM) memory is left. So that will also be the case for ssh support.

So: yes it's possible (if you make it yourself) but no, you probably don't want to because it takes so much memory. Maybe you could get away with it if you have a very simple program and put everyting, really everything possible in flash.