Displaying 1 result from an estimated 1 matches for "usbpc".
Did you mean:
usbc
2024 Sep 24
10
[Bug 3739] New: Match parsing requires space before '='
...: web-openssh at holm.dev
The man page for 'ssh_config(5)' says:
Configuration options may be separated by whitespace or optional
whitespace and exactly one ?=?;
>From that I would expect this configuration to be valid:
Match host="*.example.com,233.252.*"
User usbpc
Match host="*.example.com,!login.example.com" !exec="nc -z -w10 %h
22"
ProxyJump login.example.com
However with v9.9p1 I get the following error:
$ ssh -V
OpenSSH_9.9p1, OpenSSL 3.3.2 3 Sep 2024
$ ssh srv1.example.com
Missing Match criteria for host=*.examp...