However I am unable to use SCP Plugin on my freifunk / gluon nodes due to errors with the busybox based sshd...

Here is the logfile I optained when logging in. Any chance to make it work?
Code: Select all
2018-03-09 19:33:28 SFTP:Connecting...
2018-03-09 19:33:29 SFTP:Algorithm: RSA, Fingerprint: [redacted]
2018-03-09 19:33:29 SFTP:Logging in...
2018-03-09 19:33:29 SFTP:PEM: /storage/emulated/0/Documents/id_rsa.pem
2018-03-09 19:33:30 SFTP:SFTP start...
2018-03-09 19:33:30 SFTP:No SFTP, using SCP only...
2018-03-09 19:33:31 SFTP:Connect OK!
2018-03-09 19:33:31 SFTP:LIST /
2018-03-09 19:33:32 SFTP:LIST remote error: ls
2018-03-09 19:33:32 SFTP:LIST remote error: : unrecognized option:
2018-03-09 19:33:32 SFTP:LIST remote error: time-style=+>>%Y%m%d_%H%M%S
2018-03-09 19:33:32 SFTP:LIST remote error:
2018-03-09 19:33:32 SFTP:LIST remote error: BusyBox v1.25.1 ()
2018-03-09 19:33:32 SFTP:LIST remote error: multi-call binary.
Usage: ls
2018-03-09 19:33:32 SFTP:LIST remote error: [-1AaCxdLHRFplinsehrSXvctu] [-w WIDTH] [FILE]...
List directory contents
-1 One column output
-a Include entries which start with .
-A Like -a, but exclude . and ..
-C List by columns
-x List by lines
-d List directory entries instead of contents
-L Follow symlinks
-H Follow symlinks on command line
-R Recurse
-p Append / to dir entries
-F Append indicator (one of */=@|) to entries
-l Long listing format
-i List inode numbers
-n List numeric UIDs and GIDs instead of names
-s List allocated blocks
-e List full date and time
-h List sizes in human readable format (1K 243M 2G)
-r Sort in reverse order
-S Sort by size
-X Sort by extension
-v Sort by version
-c With -l: sort by ctime
-t With -l: sort by mtime
-u With -l: sort by atime
-w N Assume the terminal is N columns wide
--color[={always,never,auto}] Control coloring