-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
buildin ssh wishlist.... #404
Comments
See CONFIG_LUA_RTOS_LUA_USE_SCP_NET Here's how to use it:
|
well, it does if you want to mount the esp via sshfs... :) |
after some research i realized that scp isn't really what i was aiming at, my intention was rather being able to sshmount an esp board. Alas, dropbear doesn't suport the sftp protocol by its own, but relies on an sftp-server binary laying around in the OS to do the work. So, to accomplish this point on the wishlist, one had to implement the sftp protocol inside the dropbear context. On the bright sight, the protocol isn't to complicated in though of memory/resource constraints, and there are reference/example implementations one could adopt in lie of GPL. The cyclone [1] lib came up one my research, which seemed to bee suitable for adoption due to its examplary well designed capsulation of function and OS dependencies... lg maG |
since I'll leave development on this branch, I just close this one. |
I was pretty amazed to finally be able to connect via ssh to my board.. WTF, thats the f**ng way we want it.
On my wishlist:
ADDENDUM: having scp support opens the gate to use vscode on-device....
The text was updated successfully, but these errors were encountered: