Hello Friends,
i am trying to run some linux commands using sas eg 7.15 with infile statement and receiving below message in log, code is not running fine. do i need additional linux packages like "openssh askpass" or additional configuration at os side?
data _null_;
infile 'ssh remoteserver_hostname "...some...commands" ' pipe;
input;
put _input_;
run;
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Host key verification failed.
Your public/private keypair authentication in ssh does not work.
so is it need to be configured by linux admin or any sas user can do it? my need is running sas program with installer id (i.e. sas). thanks.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.
Find more tutorials on the SAS Users YouTube channel.