-
Notifications
You must be signed in to change notification settings - Fork 741
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
boolean variable inconsistency? #330
Comments
The problem is that AllowTcpForwarding accepts the strings |
I can make a PR.
Follow up question, shouldn't we make these variable the same, all strings or all bool ?
|
And shouldn't it be sshD prefix with a D for variables that affect the server |
Hey @NanoPish, sorry for not answering sooner.
Yes!
This reads like a really good solution. Though we have to make sure to get all possible parameters.
If you're still interested - I am! |
Looks like the same problem exists with |
Okay, working on it |
|
Describe the bug
If I want to set agent forwarding and tcp forwarding true in the last version, I need to do ssh_allow_tcp_forwarding: 'yes'
ssh_allow_agent_forwarding: yes
notice the quotes
Expected behavior
Same boolean notation for all variables
The text was updated successfully, but these errors were encountered: