Monday, March 23, 2009

X11 Forwarding using SSH

1. PuTTY

(1) In Connection-> SSH -> X11, check Enable X11 forwarding.

(2) In X display location, put localhost:0 .

2. X-Win32 (Unfortunately, it's not free)

(1) Add new session (Host, Login/Password, command (ex. /usr/bin/xterm -ls))

(2) In Windows tab, check Multiple window.


(Reference) http://tldp.org/HOWTO/XDMCP-HOWTO/ssh.html

sshfs on windows

The following works perfectly!

http://dokan-dev.net/en/download/

Segmentation error in Matlab when using "Home" or "End" keys via PuTTY

Change your Terminal Emulation to "linux"

Connection-> Data -> Terminal-Type String = linux

(Reference) http://www.linuxquestions.org/questions/linux-software-2/using-home-and-end-keys-via-ssh-putty-484127/