User Tools

Site Tools


ssh_gui

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ssh_gui [2022/06/03 23:07] neoonssh_gui [2022/06/03 23:23] (current) neoon
Line 3: Line 3:
   echo -e "X11Forwarding yes   echo -e "X11Forwarding yes
   X11DisplayOffset 10     X11DisplayOffset 10  
-  X11UseLocalhost yes" > /etc/ssh/sshd_config+  X11UseLocalhost yes" >> /etc/ssh/sshd_config
  
 Restart SSH Restart SSH
Line 11: Line 11:
  
 Configure xauth Configure xauth
-  touch ~/.Xauthority  +  touch ~/.Xauthority && xauth generate :0 . trusted 
-  xauth generate :0 . trusted  +  xauth add ${HOST}:0 . $(xxd -l 16 -p /dev/urandom) && exit
-  xauth add ${HOST}:0 . $(xxd -l 16 -p /dev/urandom) +
-  exit+
 Run your app Run your app
-ssh -X root@mymachine+  ssh -X root@mymachine app
ssh_gui.1654294061.txt.gz · Last modified: 2022/06/03 23:07 by neoon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki