Setting up SFTP integrations for data ingress and egress
General SFTP details
Hostname | |
Ports | 22 - SFTP |
SSH2 MD5 Fingerprint | df:b5:2b:93:ff:36:10:e7:35:40:b0:3a:d6:4b:e0:b5 |
Connecting to SFTP with your PayGlobal account
Access with your PayGlobal account is only recommended for access as a person completing a manual payroll process.
For automated file upload and download processes, an integration SFTP account should be used.
Access to your files via SFTP can be set up by sending a request to MYOB PayGlobal support, with the directories you need access to.
Once you have access, connect with one of the following methods:
With a web browser
Enter your username (usually Firstname.Lastname)
Enter your MYOB PayGlobal Portal Password
Once signed in, click on Account in the left tab, then click ‘Enable 2 Factor’.
You will see a DUO Push for Cerberus appear, accept it to complete your sign up.
With an SFTP client
Connect to: ftp.myobpayglobal.com:22
Username: Firstname.Lastname
Password: Your MYOB PayGlobal Portal Password
Connecting to SFTP with an Integration account
Access with a generic integration SFTP account is only recommended for automated processes.
For a user performing manual uploads or downloads, logging in with your PayGlobal account is recommended.
SSH keys are required to authenticate automated access accounts.
To generate SSH keys, please see this guide: Generating SSH keys.
To set up an SFTP account for automated access, please contact your MYOB PayGlobal consultant or MYOB PayGlobal support, and provide them your public SSH key.
Once you’ve received the integration account username, connect to ftp.myobpayglobal.com:22 with the provided username and use your private SSH key to authenticate.
When prompted, enter the passphrase for your SSH key.
FTP is deprecated as it is insecure; connections can only be made with SFTP on port 22.
Using arbitrary ports for SFTP is also not supported.
Setting up encryption to MYOB
If you require your data to be encrypted going into the MYOB environment, please encrypt your data with the below public key.
Once you have encrypted the file, you’ll be unable to decrypt it.
Decryption can only be done by the MYOB private key.
MYOBPayGlobalOnline_public.asc
Great! Now you can transfer your encrypted files to your SFTP, and we will decrypt them and move them into PayGlobal once they are received.
Setting up encryption from MYOB
If you require your data to be encrypted coming out from the MYOB environment, you will need to provide your own public key.
Once MYOB has encrypted the file with your public key, we and others will be unable to decrypt it. Decryption can only be done with your generated private key.
If you already have a public GPG key please share it with your MYOB PayGlobal consultant or MYOB PayGlobal support who will organise the encryption.
To generate your own GPG keys please see this guide: Generating GPG keys
Great! Now the files we make available to pick up, or the files we place on your SFTP server will be encrypted! Use your GPG private key to decrypt the files and use it for your upstream process.