You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the latest GnuRoot Debian and X on my Samsung Note 10, stock ROM.
Having followed all the usual "ForwardX11 yes..." config that I know and love, when I SSH into a remote host from an xterm on the Android I get:
root@localhost:/# ssh -X vik@robin
vik@robin's password:
Warning: No xauth data; using fake authentication data for X11 forwarding.
Welcome to Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-38-generic x86_64)
9 packages can be updated.
0 updates are security updates.
Last login: Mon Oct 10 16:13:57 2016 from 192.168.1.6
vik@robin:$ ls -l .Xauthority
-rw------- 1 vik vik 101 Oct 10 16:18 .Xauthority
vik@robin:$
I believe this may be because my Android localhost .Xauthority permissions are incorrect. However, I am unable to use chmod to change them because chroot. How then can I use ssh -X to establish a secure X session?
Vik :v)
The text was updated successfully, but these errors were encountered:
I have installed the latest GnuRoot Debian and X on my Samsung Note 10, stock ROM.
Having followed all the usual "ForwardX11 yes..." config that I know and love, when I SSH into a remote host from an xterm on the Android I get:
root@localhost:/# ssh -X vik@robin
vik@robin's password:
Warning: No xauth data; using fake authentication data for X11 forwarding.
Welcome to Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-38-generic x86_64)
9 packages can be updated.
0 updates are security updates.
Last login: Mon Oct 10 16:13:57 2016 from 192.168.1.6
vik@robin:
$ ls -l .Xauthority$-rw------- 1 vik vik 101 Oct 10 16:18 .Xauthority
vik@robin:
I believe this may be because my Android localhost .Xauthority permissions are incorrect. However, I am unable to use chmod to change them because chroot. How then can I use ssh -X to establish a secure X session?
Vik :v)
The text was updated successfully, but these errors were encountered: