07.24.04

ssh tunnelling

Posted in Linux at 2:19 pm by tom

I always thought that doing X11 tunnelling with ssh would be a hard thing to setup and understand but it turns out to be quite easy.

First of all on the machine being connected to (remotehost) change the sshd_config file to include:
X11Forwarding yes
then kill -HUP the sshd client.

Next when connecting from linux use the following syntax:
ssh -X remotehost
login as usual.

Now try a simple xterm & to see if it works. It went first time for me.

The extended entry contains the html from the page I found this. If it is still working you can reach it here. I copied the source over since this is being hosted on a .edu site and it will likely disappear once the student leaves school.

Read the rest of this entry »

07.17.04

Seattle Symphony

Posted in Daily Notes at 9:34 pm by tom

Lord of the Rings concert
Read the rest of this entry »

07.07.04

.Net tips

Posted in Programming at 3:39 pm by tom

Paging tip
Default Button
ASP.Net not working after install
Read the rest of this entry »