Replies: 2 comments
-
Definitely possible. It has been done in the past -- see for example https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/ssh (this is an old fork, that I believe is now unmaintained). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here’s an implementation of an SSH server (in Python, even), maybe it could be extended into a client (I have no idea how symmetric SSH is): https://github.com/LarsH/larssh (from the old forum). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that libssh2 supports mbedTLS...
Is there a way, if only theoretical, to run a SSH client on MicroPython? Maybe with C and natmods?
Beta Was this translation helpful? Give feedback.
All reactions