Displaying 1 result from an estimated 1 matches for "test_sshd_config2".
2005 Dec 13
1
sshd -p option vs ListenAddress
If all ListenAddress lines in the sshd_config file specify
a port, then the -p option to sshd is silently ignored:
# cat test_sshd_config2
ListenAddress 0.0.0.0:22
ListenAddress 0.0.0.0:2222
# `pwd`/sshd -D -d -p 4411 -f test_sshd_config2
debug1: sshd version OpenSSH_4.2p1
debug1: private host key: #0 type 0 RSA1
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug1: read PEM private key done: ty...