Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh.aug does not parse RekeyLimit .. perhaps others. #605

Closed
mboldi-uptycs opened this issue Feb 5, 2019 · 1 comment
Closed

ssh.aug does not parse RekeyLimit .. perhaps others. #605

mboldi-uptycs opened this issue Feb 5, 2019 · 1 comment

Comments

@mboldi-uptycs
Copy link

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

lutter added a commit to lutter/augeas that referenced this issue Feb 22, 2019
@raphink
Copy link
Member

raphink commented Feb 26, 2019

Fixed in #607

@raphink raphink closed this as completed Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants