On Wed, 20 Mar 2002, ABrady wrote:

> #!/bin/bash
> 
> xhost +<servername>
> ssh <servername>
> exit 0

 It's easier still to enable X forwarding over ssh.  It'll suffer
slightly due to the overhead of ssh encryption and compression, but
unless you're on a gigabit network, the benefit of ssh's compression
should outweigh that.

 If you're on a safe (internal) network, though, simple connections
would be more efficient.




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to