ssh: add parameter to specify ListenAddress directives in sshd config
If no ListenAddress directives are specified, then sshd will list for incoming connections at all addresses. You can alter this by specifying the listen_addresses parameter. For example: listen_addresses => '192.168.1.1,192.168.2.1'
Please register or sign in to comment