Lines 1-8
Link Here
|
1 |
--- sshd_config.5.orig 2017-03-19 19:39:27.000000000 -0700 |
1 |
--- sshd_config.5.orig 2022-02-11 18:50:00.822679000 +0000 |
2 |
+++ sshd_config.5 2017-03-20 11:48:37.553620000 -0700 |
2 |
+++ sshd_config.5 2022-02-11 19:09:05.162504000 +0000 |
3 |
@@ -671,7 +673,9 @@ ssh-ed25519,ssh-rsa |
3 |
@@ -701,7 +701,9 @@ |
4 |
The list of available key types may also be obtained using |
4 |
.Qq ssh -Q HostbasedAcceptedAlgorithms . |
5 |
.Qq ssh -Q key . |
5 |
This was formerly named HostbasedAcceptedKeyTypes. |
6 |
.It Cm HostbasedAuthentication |
6 |
.It Cm HostbasedAuthentication |
7 |
-Specifies whether rhosts or /etc/hosts.equiv authentication together |
7 |
-Specifies whether rhosts or /etc/hosts.equiv authentication together |
8 |
+Specifies whether rhosts or |
8 |
+Specifies whether rhosts or |
Lines 11-17
Link Here
|
11 |
with successful public key client host authentication is allowed |
11 |
with successful public key client host authentication is allowed |
12 |
(host-based authentication). |
12 |
(host-based authentication). |
13 |
The default is |
13 |
The default is |
14 |
@@ -1136,7 +1140,22 @@ are refused if the number of unauthentic |
14 |
@@ -1277,7 +1279,23 @@ |
15 |
.It Cm PasswordAuthentication |
15 |
.It Cm PasswordAuthentication |
16 |
Specifies whether password authentication is allowed. |
16 |
Specifies whether password authentication is allowed. |
17 |
The default is |
17 |
The default is |
Lines 20-25
Link Here
|
20 |
+.Nm sshd |
20 |
+.Nm sshd |
21 |
+was built without PAM support, in which case the default is |
21 |
+was built without PAM support, in which case the default is |
22 |
.Cm yes . |
22 |
.Cm yes . |
|
|
23 |
+.Pp |
23 |
+Note that if |
24 |
+Note that if |
24 |
+.Cm ChallengeResponseAuthentication |
25 |
+.Cm ChallengeResponseAuthentication |
25 |
+is |
26 |
+is |
Lines 34-40
Link Here
|
34 |
.It Cm PermitEmptyPasswords |
35 |
.It Cm PermitEmptyPasswords |
35 |
When password authentication is allowed, it specifies whether the |
36 |
When password authentication is allowed, it specifies whether the |
36 |
server allows login to accounts with empty password strings. |
37 |
server allows login to accounts with empty password strings. |
37 |
@@ -1232,6 +1251,13 @@ and |
38 |
@@ -1416,6 +1434,13 @@ |
38 |
.Cm ethernet . |
39 |
.Cm ethernet . |
39 |
The default is |
40 |
The default is |
40 |
.Cm no . |
41 |
.Cm no . |
Lines 48-59
Link Here
|
48 |
.Pp |
49 |
.Pp |
49 |
Independent of this setting, the permissions of the selected |
50 |
Independent of this setting, the permissions of the selected |
50 |
.Xr tun 4 |
51 |
.Xr tun 4 |
51 |
@@ -1493,12 +1519,15 @@ is enabled, you will not be able to run |
52 |
@@ -1774,12 +1799,19 @@ |
52 |
.Xr sshd 8 |
53 |
.Xr sshd 8 |
53 |
as a non-root user. |
54 |
as a non-root user. |
54 |
The default is |
55 |
The default is |
55 |
-.Cm no . |
56 |
+.Cm yes , |
56 |
+.Cm yes . |
57 |
+unless |
|
|
58 |
+.Nm sshd |
59 |
+was built without PAM support, in which case the default is |
60 |
.Cm no . |
57 |
.It Cm VersionAddendum |
61 |
.It Cm VersionAddendum |
58 |
Optionally specifies additional text to append to the SSH protocol banner |
62 |
Optionally specifies additional text to append to the SSH protocol banner |
59 |
sent by the server upon connection. |
63 |
sent by the server upon connection. |
Lines 66-72
Link Here
|
66 |
.It Cm X11DisplayOffset |
70 |
.It Cm X11DisplayOffset |
67 |
Specifies the first display number available for |
71 |
Specifies the first display number available for |
68 |
.Xr sshd 8 Ns 's |
72 |
.Xr sshd 8 Ns 's |
69 |
@@ -1512,7 +1541,7 @@ The argument must be |
73 |
@@ -1793,7 +1825,7 @@ |
70 |
or |
74 |
or |
71 |
.Cm no . |
75 |
.Cm no . |
72 |
The default is |
76 |
The default is |
73 |
- |
|
|