It can be useful to specify different SSH server rules based on the origin of the connection. This can be accomplished with “Match” blocks in the SSH server configuration, e.g.:
--8<---------------cut here---------------start------------->8--- Match Address "192.168.0.1,192.168.1.20" PermitRootLogin yes --8<---------------cut here---------------end--------------->8--- Currently, this is not supported by the openssh-configuration. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net
