Re: [Sshpass-devel] sshpass at HPUX 11.31
Brought to you by:
thesun
From: Shachar S. <sh...@sh...> - 2017-09-01 18:51:54
|
On 29/08/17 22:47, LI Michael via Sshpass-devel wrote: > > Hi, > > > > Does anyone successfully run sshpass at HPUX 11.31 ? > > > > I’ve compiled sshpass 1.06 at HPUX 1131, but when I run it, I got errors. > > The command I run : > > $ sshpass -p Abcd1234 ssh -vvv nledfd02 date; > > > Following my previous email, it appears HPUX has tusc: > *HP-UX* > For HP-UX, tusc can be downloaded from the HP web site www.hp.com > <http://www.hp.com> at the Porting and Archiving Center and installed > on your HP-UX system. To put tusc on the path, for bourne shell, > type, for tusc installed in /usr/local/bin: > "PATH=$PATH:/usr/local/bin;export PATH" and for C shell, type "setenv > PATH {$PATH}:/usr/local/bin. > > to run tusc, type > tusc -f -o <full path name to output file> <program name and any > arguments> > > This will give the default output for tusc. To get information about > all the options for tusc, type "tusc -h". > > http://knowledgebase.progress.com/articles/Article/3669 Please use it on sshpass and let me know what the output is. Thanks, Shachar |