From 2c40b79afb42c58c20f0ca62eea349f67d00d4df Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sun, 15 Dec 2019 23:50:03 -0500 Subject: [PATCH] todo - make it clearer to the user what is happening if authorized_keys is hidden by SELinux --- NOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NOTES b/NOTES index 6698ce3..0cce723 100644 --- a/NOTES +++ b/NOTES @@ -1111,6 +1111,8 @@ sort of firewall, it hangs instead of saying connection denied. So maybe simply doesn't support -R, but I kind of thought it did? +XXX - if the unlink(authorized_keys) fails, or if the open() fails for permission reasons, generate a Toast for the user...and add "restorecon -F authorized_keys" to the FAQ if it works.. SELinux will apparently hide authorized_keys from the app, on LineageOS? + XXX - restart the daemon on app upgrade XXX - why doesn't "ssh -R 2223:192.168.1.254:80 mouse" work? XXX - figure out how to make the google play store know it's android TV compatible