Skip to content
Snippets Groups Projects
Verified Commit 2d7779ea authored by Jan Pavlinec's avatar Jan Pavlinec
Browse files

openssh: remove deprecated sshd option UsePrivilegeSeparation

parent a7d37198
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=openssh
PKG_VERSION:=7.6p1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
......
......@@ -58,7 +58,7 @@ config openssh
#option PasswordAuthentication yes
#option PermitEmptyPasswords no
# Change to no to disable s/key passwords
#option ChallengeResponseAuthentication yes
......@@ -73,8 +73,8 @@ config openssh
#option GSSAPICleanupCredentials yes
# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication and
# PasswordAuthentication. Depending on your PAM configuration,
# PAM authentication via ChallengeResponseAuthentication may bypass
......@@ -94,7 +94,7 @@ config openssh
#option PrintLastLog yes
#option TCPKeepAlive yes
#option UseLogin no
option UsePrivilegeSeparation sandbox
#option UsePrivilegeSeparation sandbox
#option PermitUserEnvironment no
#option Compression delayed
#option ClientAliveInterval 0
......@@ -107,7 +107,7 @@ config openssh
#option ChrootDirectory none
#option VersionAddendum none
# no default banner path
#option Banner none
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment