Skip to main content

SSH Service

Overview

The SSH Service connects B2Win Suite to an SFTP server over SSH. It stores the host, port, credentials, and optional root folder used by SFTP file nodes.

Purpose

Use this service when workflows need encrypted file transfer through SFTP.

Configure in B2Win Suite

Go to Configurations > Services and open SSH Service. Create a new configuration or edit an existing one.

FieldRequiredDefaultDescription
HostYesNoneSFTP server hostname or IP address.
PortYes0SSH/SFTP port. Configure the actual port required by the server, commonly 22.
UserYesNoneUsername used to authenticate to the SFTP server.
PasswordYesNonePassword for the configured user.
Root FolderNoEmpty stringBase folder prepended to node-level remote paths.

Click Test Connection to verify the SSH login and SFTP channel, then Save the configuration.

For administrator override settings, see Services Configuration. For user-specific settings, see My Services.

Usage

Once configured, this service can be selected in:

Example

Use an SSH service for encrypted SFTP delivery to a reporting server:

FieldExample Value
Hostsftp.partner-example.com
Port22
Userreport_uploader
Root Folder/incoming/b2win

In Copy File (SFTP), set Path to /invoices/ to upload files under /incoming/b2win/invoices/.

Troubleshooting

  • Confirm the B2Win Suite server can reach the SSH host and port.
  • Verify the username and password are correct.
  • Confirm the account has read or write permissions under the configured root folder.
  • Check firewall and network rules for outbound SSH/SFTP access.
  • If paths fail, verify whether node-level paths should be relative to Root Folder.

Notes / Limitations

  • The service uses password-based SSH authentication.
  • Node-level paths are resolved under Root Folder when a root folder is configured.
  • Use FTP Service only when the target server requires FTP or FTPS instead of SFTP.