[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Starting x-apps from bash (or ssh)



Thomas Adam <thomas_adam16@yahoo.com> writes:
> 1. You can use X11 forwarding with ssh (ssh -X)
> 2. You can login a user, and execute the steps above.

Alternatively you can edit the ssh configuration file 
/etc/ssh/ssh_config 

If you just want to change the settings for one user. You can edit
your personal config file instead (create it if you do not have it
allready)
~/.ssh/config

Add the line to either of the files above to forward X11 through ssh
connections 
ForwardX11 yes

For further info look in the man files of ssh
man ssh_config

                    Good luck

                        Niels



Reply to: