451 variables set in ~/.ssh/environment are of higher priority.
452
453
454 PidFile
455
456 Allows you to specify an alternative to /var/run/sshd.pid, the
457 default file for storing the PID of the sshd listening for
458 connections. See sshd(1M).
459
460
461 Port
462
463 Specifies the port number that sshd listens on. The default is 22.
464 Multiple options of this type are permitted. See also
465 ListenAddress.
466
467
468 PrintLastLog
469
470 Specifies whether sshd should display the date and time when the
471 user last logged in. The default is yes.
472
473
474 PrintMotd
475
476 Specifies whether sshd should display the contents of /etc/motd
477 when a user logs in interactively. (On some systems it is also
478 displayed by the shell or a shell startup file, such as
479 /etc/profile.) The default is yes.
480
481
482 Protocol
483
484 Specifies the protocol versions sshd should support in order of
485 preference. The possible values are 1 and 2. Multiple versions must
486 be comma-separated. The default is 2,1. This means that ssh tries
487 version 2 and falls back to version 1 if version 2 is not
488 available.
489
490
491 PubkeyAuthentication
686 +--------------------+-----------------+
687 | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
688 +--------------------+-----------------+
689 |Interface Stability | Uncommitted |
690 +--------------------+-----------------+
691
692 SEE ALSO
693 login(1), sshd(1M), chroot(2), ssh_config(4), attributes(5),
694 kerberos(5)
695
696 AUTHORS
697 OpenSSH is a derivative of the original and free ssh 1.2.12 release by
698 Tatu Ylonen. Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
699 Theo de Raadt, and Dug Song removed many bugs, re-added recent
700 features, and created OpenSSH. Markus Friedl contributed the support
701 for SSH protocol versions 1.5 and 2.0. Niels Provos and Markus Friedl
702 contributed support for privilege separation.
703
704
705
706 January 17, 2013 SSHD_CONFIG(4)
|
451 variables set in ~/.ssh/environment are of higher priority.
452
453
454 PidFile
455
456 Allows you to specify an alternative to /var/run/sshd.pid, the
457 default file for storing the PID of the sshd listening for
458 connections. See sshd(1M).
459
460
461 Port
462
463 Specifies the port number that sshd listens on. The default is 22.
464 Multiple options of this type are permitted. See also
465 ListenAddress.
466
467
468 PrintLastLog
469
470 Specifies whether sshd should display the date and time when the
471 user last logged in. On illumos this is always ignored, because
472 pam_unix_session(5) reports the last login time.
473
474
475 PrintMotd
476
477 Specifies whether sshd should display the contents of /etc/motd
478 when a user logs in interactively. (On some systems it is also
479 displayed by the shell or a shell startup file, such as
480 /etc/profile.) The default is yes.
481
482
483 Protocol
484
485 Specifies the protocol versions sshd should support in order of
486 preference. The possible values are 1 and 2. Multiple versions must
487 be comma-separated. The default is 2,1. This means that ssh tries
488 version 2 and falls back to version 1 if version 2 is not
489 available.
490
491
492 PubkeyAuthentication
687 +--------------------+-----------------+
688 | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
689 +--------------------+-----------------+
690 |Interface Stability | Uncommitted |
691 +--------------------+-----------------+
692
693 SEE ALSO
694 login(1), sshd(1M), chroot(2), ssh_config(4), attributes(5),
695 kerberos(5)
696
697 AUTHORS
698 OpenSSH is a derivative of the original and free ssh 1.2.12 release by
699 Tatu Ylonen. Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
700 Theo de Raadt, and Dug Song removed many bugs, re-added recent
701 features, and created OpenSSH. Markus Friedl contributed the support
702 for SSH protocol versions 1.5 and 2.0. Niels Provos and Markus Friedl
703 contributed support for privilege separation.
704
705
706
707 March 24, 2016 SSHD_CONFIG(4)
|