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
First off, thank you for this package, definitely making my life easier. However, I did notice an issue where a keyword (in my case LocalForward) is dropped if it is specified more than once for a host.
Example input:
Host server
Hostname server.example.com
ServerAliveInterval 300
PubkeyAuthentication yes
IdentitiesOnly no
LocalForward 8443 api.internal.example.com:443
LocalForward 9443 api-02.internal.example.com:443
Thanks for raising this! You're correct, pysshconfig assumes that there will only be one instance of each keyword inside a Host block. That was an oversight on my part. I'll come up with a solution.
First off, thank you for this package, definitely making my life easier. However, I did notice an issue where a keyword (in my case
LocalForward
) is dropped if it is specified more than once for a host.Example input:
Example program
Expected that the output be the same as the input. Actual:
I am using version
0.0.2
The text was updated successfully, but these errors were encountered: