Increase timeout in OCI

0
  1. Update the SSH configuration parameters on the instance.
    a. To allow the multi-threaded transfer of files and to prevent client timeout, edit /etc/ssh/sshd_config and modify (or add, if necessary) the settings shown:

To allow multi-threaded transfer of files.

MaxStartups 100

To prevent client timeout.

ClientAliveInterval 100
ClientAliveCountMax 99999

systemctl restart sshd

Share.

About Author

Leave A Reply