View Issue Details

IDProjectCategoryView StatusLast Update
0017754CentOS-8opensshpublic2020-09-25 09:40
Reporteriocc Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Product Version8.2.2004 
Summary0017754: ServerAliveCountMax needed for ServerAliveInterval in /etc/ssh/ssh_config.d/*
Descriptionssh needs ServerAliveCountMax to make ServerAliveInterval active if
specificed in /etc/ssh/ssh_config.d/*

I used these values:

HOST *.example.net
     ServerAliveInterval 300
     ServerAliveCountMax 2

When ~/.ssh/config are used instead only ServerAliveInterval are needed
and ServerAliveCountMax can be removed.

I used these values:

HOST *.example.net
     ServerAliveInterval 300
Tagsssh

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-09-25 09:40 iocc New Issue
2020-09-25 09:40 iocc Tag Attached: ssh