ssh_gui
This is an old revision of the document!
/etc/ssh/sshd_config
X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost yes
Restart SSH
/etc/init.d/ssh restart
Install xauth
apt-get install xauth -y
Configure xauth
touch ~/.Xauthority xauth generate :0 . trusted xauth add ${HOST}:0 . $(xxd -l 16 -p /dev/urandom) exit
Run your app ssh -X root@mymachine
ssh_gui.1654291685.txt.gz · Last modified: 2022/06/03 21:28 by neoon