summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.536
1 files changed, 24 insertions, 12 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 70ccea449..b294efc2d 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.307 2020/02/07 03:54:44 dtucker Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.311 2020/04/17 06:12:41 jmc Exp $
37.Dd $Mdocdate: February 7 2020 $ 37.Dd $Mdocdate: April 17 2020 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -247,12 +247,10 @@ more lines of authorized_keys output (see
247.Sx AUTHORIZED_KEYS 247.Sx AUTHORIZED_KEYS
248in 248in
249.Xr sshd 8 ) . 249.Xr sshd 8 ) .
250If a key supplied by
251.Cm AuthorizedKeysCommand 250.Cm AuthorizedKeysCommand
252does not successfully authenticate 251is tried after the usual
253and authorize the user then public key authentication continues using the usual
254.Cm AuthorizedKeysFile 252.Cm AuthorizedKeysFile
255files. 253files and will not be executed if a matching key is found there.
256By default, no 254By default, no
257.Cm AuthorizedKeysCommand 255.Cm AuthorizedKeysCommand
258is run. 256is run.
@@ -778,19 +776,32 @@ rsa-sha2-512,rsa-sha2-256,ssh-rsa
778The list of available key types may also be obtained using 776The list of available key types may also be obtained using
779.Qq ssh -Q HostKeyAlgorithms . 777.Qq ssh -Q HostKeyAlgorithms .
780.It Cm IgnoreRhosts 778.It Cm IgnoreRhosts
781Specifies that 779Specifies whether to ignore per-user
782.Pa .rhosts 780.Pa .rhosts
783and 781and
784.Pa .shosts 782.Pa .shosts
785files will not be used in 783files during
786.Cm HostbasedAuthentication . 784.Cm HostbasedAuthentication .
787.Pp 785The system-wide
788.Pa /etc/hosts.equiv 786.Pa /etc/hosts.equiv
789and 787and
790.Pa /etc/shosts.equiv 788.Pa /etc/shosts.equiv
791are still used. 789are still used regardless of this setting.
792The default is 790.Pp
793.Cm yes . 791Accepted values are
792.Cm yes
793(the default) to ignore all per-user files,
794.Cm shosts-only
795to allow the use of
796.Pa .shosts
797but to ignore
798.Pa .rhosts
799or
800.Cm no
801to allow both
802.Pa .shosts
803and
804.Pa rhosts .
794.It Cm IgnoreUserKnownHosts 805.It Cm IgnoreUserKnownHosts
795Specifies whether 806Specifies whether
796.Xr sshd 8 807.Xr sshd 8
@@ -1162,6 +1173,7 @@ Available keywords are
1162.Cm HostbasedAcceptedKeyTypes , 1173.Cm HostbasedAcceptedKeyTypes ,
1163.Cm HostbasedAuthentication , 1174.Cm HostbasedAuthentication ,
1164.Cm HostbasedUsesNameFromPacketOnly , 1175.Cm HostbasedUsesNameFromPacketOnly ,
1176.Cm IgnoreRhosts ,
1165.Cm Include , 1177.Cm Include ,
1166.Cm IPQoS , 1178.Cm IPQoS ,
1167.Cm KbdInteractiveAuthentication , 1179.Cm KbdInteractiveAuthentication ,