Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sftp on AIX

Status
Not open for further replies.

teqmem

Programmer
Nov 26, 2004
114
0
0
US
Hello,

I upgraded my SSH on a AIX 5.2 so now I have these versions of SSH and SSL:
Code:
ssh -v
OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
I can run the SSH daemon and can connect in(from remote) and out(to remote) using ssh client. However, when I use sftp, I get this error:
Code:
sftp user@someip
Connecting to someip...
exec: /usr/bin/ssh: A file or directory in the path name does not exist.
Connection closed
What is it looking for?

Thanks.
 
Please disregard. Works now. Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top