Hi All,
I have authorized the user dev on remote and local sytem, i am able to run
ssh without passwd, but when i try to run scp, I got the following error.
However, if I cd to the installation directory:/usr/local/bin, I am able to
run scp.
Please advise me.
Thanks,
Xu Jing
s01IVRHPC01% /usr/local/bin/scp chk 223.223.223.145:/home/developer/
Executing ssh2 failed. Command:' ssh2 -x -a -o passwordprompt %U@%H's
password:
-o nodelay yes -o authenticationnotify yes 223.223.223.145 -s sftp' System
erro
r message: 'No such file or directory'
scp: warning: child process (ssh2) exited with code 255.
s01IVRHPC01% cd /usr/local/bin
s01IVRHPC01% scp /home/developer/chk 223.223.223.145:/home/developer/
chk | 352B | 0.3 kB/s | TOC: 00:00:01 | 100%
s01IVRHPC01%