SSH Upload allows uploading files/directories via SSH (using SCP or SFTP protocols).
The settings common for all runners are described on a separate page; this page details the SSH Deployer settings.
tip
The fields below support parameter references: any text between percentage signs (%) is considered a reference to a property by TeamCity. To prevent TeamCity from treating the text in the percentage signs as reference to a property, use two percentage signs to escape them: e.g. if you want to pass "%\Y%m%\d%H%\M%S" into the build, change it to "%\%Y%\%m%\%d%\%H%\%M%\%S"
Option
Description
Deployment Target
Target
Target should point to an SSH server location. The syntax is similar to the one used by the *nix scp command:
{hostname|IP_address}[:targer_dir[/sub_path]]
where target_dir can be absolute or relative; sub_path can have any depth.
Transport protocol:
Select a protocol to transfer data over SSH. The available options are: SCP and SFTP
Port
Optional. By default, port 22 is used.
Deployment C redentials
The settings in this section will vary depending on the selected authentication method.
Authentication method
Select an authentication method.
Uploaded key uses the key(s) uploaded to the project. See SSH Keys Management for details.
Default private key will try to perform private key authentication using the ~/.ssh/config settings. If no settings file exists, will try to use the ~/.ssh/rsa_pub public key file. No passphrases should be set.
Custom private key will try to perform private key authentication using the given public key file with given passphrase
The current secure connection implementation accepts any certificate provided by the remote host. No trust checks are performed!
Deployment Source
Paths to sources:
Specify the deployment sources as a newline- or comma-separated list of paths to file/directories. Ant-style wildcards like dir/**/*.zip and target directories like *.zip => winFiles,unix/distro.tgz => linuxFiles, where winFiles and linuxFiles are target directories, are supported.