mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix scp & sftp on Kobo/Kindle (#4108)
* Update dropbear path for the new, non-multicall binary * Bump base to pickup dropbear changes
This commit is contained in:
2
base
2
base
Submodule base updated: 84b7b51cff...7ab1e3b7c8
@@ -14,7 +14,7 @@ local T = require("ffi/util").template
|
||||
-- reads the authorized_keys file from the relative path: settings/SSH/authorized_keys
|
||||
|
||||
local path = DataStorage:getFullDataDir()
|
||||
if not util.pathExists("dropbearmulti") then
|
||||
if not util.pathExists("dropbear") then
|
||||
return { disabled = true, }
|
||||
end
|
||||
|
||||
@@ -31,7 +31,7 @@ end
|
||||
|
||||
function SSH:start()
|
||||
local cmd = string.format("%s %s %s %s%s %s",
|
||||
"./dropbearmulti dropbear",
|
||||
"./dropbear",
|
||||
"-E",
|
||||
"-R",
|
||||
"-p", self.SSH_port,
|
||||
|
||||
Reference in New Issue
Block a user