sudo vi /etc/ssh/sshd_config
# To allow multi-threaded transfer of files.
MaxStartups 100
# To prevent client timeout.
ClientAliveInterval 100
ClientAliveCountMax 99999
sudo service sshd restart
sudo vi /etc/ssh/sshd_config
# To allow multi-threaded transfer of files.
MaxStartups 100
# To prevent client timeout.
ClientAliveInterval 100
ClientAliveCountMax 99999
sudo service sshd restart