How to fix ssh remote host problem in Deepin Terminal?
Tofloor
poster avatar
deepiner
deepin document team
2018-11-16 19:09
Author
Issue: When ssh remote host in Deepin Terminal for a long time, the connection will be lost and cannot exit Deepin Terminal.
Method:
Run the command:
  1. sudo vim /etc/ssh/ssh_config
Copy the Code
Add and save:
  1. ServerAliveInterval 20
  2. ServerAliveCountMax 999
Copy the Code


Reply Favorite View the author
All Replies
21wmd
deepin
2018-11-20 00:28
#1
What is the server-related setting?
Reply View the author