- Ensure that there’s network connectivity between the Linux computer and the process server.
- Create an account that the process server can use to access the computer. The account should be a root user on the source Linux server. (Use this account only for the push installation and for updates.)
- Check that the /etc/hosts file on the source Linux server has entries that map the local hostname to IP addresses associated with all network adapters.
- Install the latest openssh, openssh-server, and openssl packages on the computer that you want to replicate.
- Ensure that Secure Shell (SSH) is enabled and running on port 22.
- Enable SFTP subsystem and password authentication in the sshd_config file:
- Sign in as root.
- In the file /etc/ssh/sshd_config file, find the line that begins with PasswordAuthentication.
- Uncomment the line and change the value to yes.
- Find the line that begins with Subsystem and uncomment the line.

- Add the account that you created in CSPSConfigtool.
- Sign in to your configuration server.
- Open cspsconfigtool.exe. (It's available as a shortcut on the desktop and in the %ProgramData%\home\svsystems\bin folder.)
- On the Manage Accounts tab, click Add Account.
- Add the account you created.
- Enter the credentials you use when you enable replication for a computer.