A how to for a x-forward session
//start the session with x forwarding
host $ ssh pi@addres.net -X
remote $ [program]
//[program] will be graphically started at the host
//if a sudo session is needed
remote $ sudo -E [program]
//example
remote $ sudo -E gedit dd.conf