Hello,
I upgraded my SSH on a AIX 5.2 so now I have these versions of SSH and SSL:
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:
What is it looking for?
Thanks.
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
Code:
sftp user@someip
Connecting to someip...
exec: /usr/bin/ssh: A file or directory in the path name does not exist.
Connection closed
Thanks.