The Secure File Transfer
Protocol (SFTP) provides a secure connection and file transfers between
two hosts (client and server) over a network. Both commands and data
are encrypted. The client machine initiates a connection with the
remote host (OpenSSH SSHD server).
With the SFTP access
method, you can read from or write to any host computer that you can
connect to on a network with an OpenSSH SSHD server running. The client
and server applications can reside on the same computer or on different
computers that are connected by a network.
Specific implementation
details are dependent on the OpenSSH SSHD server version and how that
site is configured.
The SFTP access method
relies on default send and reply messages to OpenSSH commands. Custom
installs of OpenSSH that modify these messages will disable the SFTP
access method.
You must have the applicable
client software installed to use the SFTP access method. The SFTP
access method supports only the following SSH clients.
Note: Password validation is not
supported for the SFTP access method.
Note: Public key authentication
using an SSH agent is the recommended way to connect to a remote SSHD
server.
Note: If you have trouble running
the SFTP access method try to manually validate SFTP client access
to an OpenSSH SSHD server without involving the SAS system. Manually
validating SFTP client access without involving the SAS system will
ensure that your SSH/SSHD configuration and key authentication is
setup correctly.