summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-01-13 07:39:19 +0000
committerDamien Miller <djm@mindrot.org>2015-01-13 19:27:18 +1100
commit1f729f0614d1376c3332fa1edb6a5e5cec7e9e03 (patch)
treef651f10aa00dcecdf8e9362c0abb6282bbc99c95 /sshd_config.5
parent816d1538c24209a93ba0560b27c4fda57c3fff65 (diff)
upstream commit
add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes options to allow sshd to control what public key types will be accepted. Currently defaults to all. Feedback & ok markus@
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.528
1 files changed, 26 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index cec2a023a..88fe90193 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.188 2014/12/22 09:05:17 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.189 2015/01/13 07:39:19 djm Exp $
37.Dd $Mdocdate: December 22 2014 $ 37.Dd $Mdocdate: January 13 2015 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -561,6 +561,17 @@ on logout.
561The default is 561The default is
562.Dq yes . 562.Dq yes .
563Note that this option applies to protocol version 2 only. 563Note that this option applies to protocol version 2 only.
564.It Cm HostbasedAcceptedKeyTypes
565Specifies the key types that will be accepted for hostbased authentication
566as a comma-separated pattern list.
567The default
568.Dq *
569will allow all key types.
570The
571.Fl Q
572option of
573.Xr ssh 1
574may be used to list supported key types.
564.It Cm HostbasedAuthentication 575.It Cm HostbasedAuthentication
565Specifies whether rhosts or /etc/hosts.equiv authentication together 576Specifies whether rhosts or /etc/hosts.equiv authentication together
566with successful public key client host authentication is allowed 577with successful public key client host authentication is allowed
@@ -962,6 +973,7 @@ Available keywords are
962.Cm ForceCommand , 973.Cm ForceCommand ,
963.Cm GatewayPorts , 974.Cm GatewayPorts ,
964.Cm GSSAPIAuthentication , 975.Cm GSSAPIAuthentication ,
976.Cm HostbasedAcceptedKeyTypes ,
965.Cm HostbasedAuthentication , 977.Cm HostbasedAuthentication ,
966.Cm HostbasedUsesNameFromPacketOnly , 978.Cm HostbasedUsesNameFromPacketOnly ,
967.Cm KbdInteractiveAuthentication , 979.Cm KbdInteractiveAuthentication ,
@@ -975,6 +987,7 @@ Available keywords are
975.Cm PermitTTY , 987.Cm PermitTTY ,
976.Cm PermitTunnel , 988.Cm PermitTunnel ,
977.Cm PermitUserRC , 989.Cm PermitUserRC ,
990.Cm PubkeyAcceptedKeyTypes ,
978.Cm PubkeyAuthentication , 991.Cm PubkeyAuthentication ,
979.Cm RekeyLimit , 992.Cm RekeyLimit ,
980.Cm RhostsRSAAuthentication , 993.Cm RhostsRSAAuthentication ,
@@ -1182,6 +1195,17 @@ Specifying
1182.Dq 2,1 1195.Dq 2,1
1183is identical to 1196is identical to
1184.Dq 1,2 . 1197.Dq 1,2 .
1198.It Cm PubkeyAcceptedKeyTypes
1199Specifies the key types that will be accepted for public key authentication
1200as a comma-separated pattern list.
1201The default
1202.Dq *
1203will allow all key types.
1204The
1205.Fl Q
1206option of
1207.Xr ssh 1
1208may be used to list supported key types.
1185.It Cm PubkeyAuthentication 1209.It Cm PubkeyAuthentication
1186Specifies whether public key authentication is allowed. 1210Specifies whether public key authentication is allowed.
1187The default is 1211The default is