Re: [Bacula-users] Bacula Migration project status + misc

2006-07-11 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kern Sibbald wrote: > By the way, ssh -X also works for me. I wonder why I never needed it > before. > Perhaps because I turned on X11Forwarding and forgot to do so in my new > configuration. Oh, well, at least I have my graphical apps back on

Re: [Bacula-users] Bacula Migration project status + misc

2006-07-11 Thread Kern Sibbald
On Tuesday 11 July 2006 22:28, Bennett, Silas (GE Indust, Security) wrote: > Hi Kern, > > About your ssh Xforwarding issue... > You need to add the following line to your /etc/sshd_config file: > > X11Forwarding yes > > then just ssh to the remote machine using: > > ssh -X remote-machine > > and yo

Re: [Bacula-users] Bacula Migration project status + misc

2006-07-11 Thread Leander Koornneef
Hi, On 11-jul-2006, at 21:46, Kern Sibbald wrote: > > PS: more trivia while I have you on the line: > If anyone on the list understands X privileges, perhaps you could > point me to > what needs to change to make X work between machines. Previously, > I could > always run a graphical program

Re: [Bacula-users] Bacula Migration project status + misc

2006-07-11 Thread Bennett, Silas (GE Indust, Security)
Hi Kern, About your ssh Xforwarding issue... You need to add the following line to your /etc/sshd_config file: X11Forwarding yes then just ssh to the remote machine using: ssh -X remote-machine and you should be able to run remote graphical apps using your local Xserver. Note that this is usu