ct_ssh
ct_ssh
Module
ct_ssh
Module summary
SSH/SFTP client module.
Description
SSH/SFTP client module.
This module uses application SSH
, which provides detailed information about, for example, functions, types, and options.
Argument Server
in the SFTP functions is only to be used for SFTP sessions that have been started on existing SSH connections (that is, when the original connection type is ssh
). Whenever the connection type is sftp
, use the SSH connection reference only.
The following options are valid for specifying an SSH/SFTP connection (that is, can be used as configuration elements):
[{ConnType, Addr}, {port, Port}, {user, UserName} {password, Pwd} {user_dir, String} {public_key_alg, PubKeyAlg} {connect_timeout, Timeout} {