Add keep-alive to ssh connections.
This commit is contained in:
committed by
Tom Alexander
parent
43f3c1f955
commit
e75c4087c3
@@ -22,6 +22,9 @@
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
# ClientAliveInterval = 120;
|
||||
# ClientAliveCountMax = 3;
|
||||
# TCPKeepAlive = "yes"; # Default is yes
|
||||
};
|
||||
hostKeys = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user