Ok, so far, its not working. I've set up my gateway to forward port 22 straight through to my workstation, so i know its not the problem.
Here's what I type to connect:
Then it asks me for my password, so i know that went ok. I enter my password, and then I'm then logged in as who I want to be, and can execute console commands just fine. But when trying to launch a program I get this:
Code: Select all
LocalHost% gaim
(gaim:4690): Gdk-CRITICAL **: file gdkdisplay-x11.c: line 360 (gdk_display_get_name): assertion `GDK_IS_DISPLAY (display)' failed
** (gaim:4690): WARNING **: cannot open display: unset
LocalHost%
an echo $DISPLAY shows nothing, could that be the problem? My workstation /etc/ssh/sshd_config:
Code: Select all
bash-2.05b# grep -v "^#" /etc/ssh/sshd_config | grep '.'
Port 22
Protocol 2
ListenAddress 192.168.0.3
PermitRootLogin no
UsePAM yes
AllowTcpForwarding yes
X11Forwarding yes
X11DisplayOffset 10
TCPKeepAlive yes
UseLogin no
Compression yes
PidFile /var/run/sshd.pid
Subsystem sftp /usr/lib/misc/sftp-server
Would I need to show the mac's (local) system's /etc/ssh/ssh_config file as well?