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.