diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd.8,v 1.209 2005/12/06 22:38:28 reyk Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.210 2005/12/21 22:44:26 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -288,8 +288,12 @@ For full details of the options, and their values, see | |||
288 | Specifies the port on which the server listens for connections | 288 | Specifies the port on which the server listens for connections |
289 | (default 22). | 289 | (default 22). |
290 | Multiple port options are permitted. | 290 | Multiple port options are permitted. |
291 | Ports specified in the configuration file are ignored when a | 291 | Ports specified in the configuration file with the |
292 | command-line port is specified. | 292 | .Cm Port |
293 | option are ignored when a command-line port is specified. | ||
294 | Ports specified using the | ||
295 | .Cm ListenAddress | ||
296 | option override command-line ports. | ||
293 | .It Fl q | 297 | .It Fl q |
294 | Quiet mode. | 298 | Quiet mode. |
295 | Nothing is sent to the system log. | 299 | Nothing is sent to the system log. |