mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Add Dropbear and pure-ftpd (#121)
This commit is contained in:
4
board/miyoo/main/apps/ssh-server/ssh-server.sh
Executable file
4
board/miyoo/main/apps/ssh-server/ssh-server.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/busybox sh
|
||||
|
||||
mkdir -p /run/dropbear
|
||||
dropbear -R -B
|
||||
Reference in New Issue
Block a user