Displaying 1 result from an estimated 1 matches for "change_port_and_user".
2025 Jan 07
1
[PATCH] permits multiple tags on a configuration block.
Hello all.
I wrote this small patch that allows having multiple tags on a
configuration block in the openssh client configuration.
For instance, with this configuration:
> Host test-host
> Tag change-hostname change-port-and-user
> Tag jump-to-mybox
>
> Match tagged change-hostname
> Hostname new-hostname
>
> Match tagged change-port-and-user
> Port 12345
>