I agree, one should never use xhost +, this undoes all the work done by the -X or -Y ssh options.<br>In fact using ssh -Y user@remote is good enough.<br>The -Y option is for *trusted* X11 connections.<br><br>Also as mentioned earlier  the file .ssh/authorized_keys must be set to perms 600 in
<br>conjunction with the "StrictModes yes" in sshd_config.<br><br>~af<br><br><div><span class="gmail_quote">On 5/23/06, <b class="gmail_sendername">Paul Howarth</b> <<a href="mailto:paul@city-fan.org">paul@city-fan.org
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Tue, 2006-05-23 at 14:01 -0400, Ed Gurski wrote:<br>> You can  also transfer your X-windows apps to your local system by doing
<br>> the following:<br>><br>> On your system:<br>><br>> xhost +   (allows remote X apps)<br>> ssh -Y remote_computer -p the_new_port<br>><br>> Now once logged in, you can test this using :<br>>
<br>> xclock<br>><br>> You should then see the Xclock on your system from the remote system.<br><br>You shouldn't need the "xhost +" to do this. To your local X server, the<br>connection appears to be coming from your own host when you use ssh this
<br>way, not the remote host.<br><br>Paul.<br><br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">
https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>