You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not do an exhaustive search of all possible entries ... BUT !! I did find RekeyLimit that is the Ubuntu default setup. It happens to be commented out, but it could be set.
RekeyLimit 1G 1h
I did a patch by adding this line to ssh.aug for my own purposes
let rekeylimit = array_entry /RekeyLimit/i
let special_entry = send_env
| proxy_command
....
| rekeylimit
The text was updated successfully, but these errors were encountered:
lutter
added a commit
to lutter/augeas
that referenced
this issue
Feb 22, 2019
I did not do an exhaustive search of all possible entries ... BUT !! I did find RekeyLimit that is the Ubuntu default setup. It happens to be commented out, but it could be set.
RekeyLimit 1G 1h
I did a patch by adding this line to ssh.aug for my own purposes
let rekeylimit = array_entry /RekeyLimit/i
let special_entry = send_env
| proxy_command
....
| rekeylimit
The text was updated successfully, but these errors were encountered: