Date: Thu, 18 Nov 1999 12:37:00 -0600
Reply-To: Joe_Zhou@GALLUP.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Joe Zhou <Joe_Zhou@GALLUP.COM>
Subject: connect to remote host using SSH2
Content-Type: text/plain; charset="iso-8859-1"
Hi, there,
I am now using SecureCRT to connect to our company sas server, with SSH2 as
protocol. I am able to log on to the host(SASBOX) within the session of
SecureCRT. But anyone knows how to make my SAS connect to the host? I have
tried the following with my SecureCRT running
filename rlink "!sasroot\connect\saslink\tcpcms32.scr";
options remote=sasbox comamid=telnet;
signon;
and SAS provides log:
NOTE: Remote signon to SASBOX commencing (SAS Release 8.00.00D1P052199).
ERROR: A communication subsystem partner link setup request failure has
occurred.
ERROR: Please check the COMAMID option to ensure that it has been assigned a
valid access
method name. If the access method name is correct, check to ensure
that the following
file is installed in the correct SAS directory.
ERROR: Module SASVTELN not found in search paths.
ERROR: Remote signon to SASBOX cancelled.
Anyone can offer some tips?
TIA
Joe
|