I've added the OpenSSH client (Beta)
feature on Windows 10 so I can call it by running
ssh
on the command line.
However the terminal windows (and thus the connection) freezes when inactive for too long. I know I would solve this on Linux by editing the ~/.ssh/config
file. Is there an equivalent on Windows?
in C:\Users\yourusername\.ssh make a newfile named config,and add lines below:
Host *
ServerAliveInterval 40
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With