search for: change_hostnam

Displaying 1 result from an estimated 1 matches for "change_hostnam".

Did you mean: change_hostname
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 >