Hi, There seems to be an issue when using `Match` and `Hostname` directives including capital letters. e.g. # .ssh/config # # Match host remotehost # User alice # Host remotehost # User bob # ssh remotehost #=> Apply "User alice" # .ssh/config # # Match host RemoteHost # User alice # Host RemoteHost # User bob # ssh RemoteHost # => Apply "User bob" I'm using "OpenSSH_6.6p1, OpenSSL 0.9.8y 5 Feb 2013" from source. Thanks.
On Thu, May 8, 2014 at 5:17 AM, f440 <freq440 at gmail.com> wrote:> Hi, > > There seems to be an issue when using `Match` and `Hostname` > directives including capital letters.I don't know where you are, but, on the internet, hostnames aren't case sensitive. -- "Genius might be described as a supreme capacity for getting its possessors into trouble of all kinds." -- Samuel Butler