Date: Wed, 31 Mar 2004 15:05:20 -0500
Reply-To: Quentin McMullen <quentin_mcmullen@BROWN.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Quentin McMullen <quentin_mcmullen@BROWN.EDU>
Subject: SAS Connect via SSH
Hi Folks,
From my work PC, I can use SAS/CONNECT to connect to the UNIX box. From
home, this apparently will not work because we don't allow TCP connections
coming in through the fire wall. But we can get in via SSH.
I found the following note about using SAS/CONNECT to tunnel in via SSH:
http://support.sas.com/techsup/unotes/SN/010/010873.html
It includes the instruction:
4.) In the 'Add New Outgoing Tunnel' dialog box add the following:
Display Name any name
Type TCP
Listen Port any random unused port on local host
Destination Host Server name (remote host)
Destination Port port SAS job spawner is listening on
So my question: How do I find out the port the SAS job spawner is
listening on?
Kind Regards,
--Quentin