Remote X session, update
Matthew Carpenter
matt
Mon May 17 11:47:11 PDT 2004
You can also edit /etc/ssh/ssh_config to enable X11Forwarding by default as
well. then it's as simple as:
ssh matt at mybox.me.com
(ok, you can do a -l matt instead, but I prefer the matt@)
On Wed, 07 May 2003 19:42:45 -0700
Ken Moffat <kmoffat at drizzle.com> wrote:
> What I do is the following, from an xterm:
> ssh -X -l yourusername servername
> This exports a display of 0:10, and allows you to display X programs on
> your remote box.
> You do have to modify sshd_config, changing
> X11Forwarding no
> to
> X11Forwarding yes
>
> _______________________________________________
> Linux-users mailing list
> Linux-users at linux-sxs.org
> Unsubscribe/Suspend/Etc ->
> http://www.linux-sxs.org/mailman/listinfo/linux-users
More information about the Linux-users
mailing list