diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2024-10-14 23:53:35 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2024-10-14 23:53:35 +0000 |
commit | 7ad34454bab5d8b62b057504c703b183e069012b (patch) | |
tree | a7c6e85577247d6088c617110e76d7d18588925c /usr.bin/ssh | |
parent | 10857e20fd084c32f94cc1a53b2325d367c40505 (diff) |
mention SshdAuthPath option; ok djm@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 786dd08f204..62e4266e9f5 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.375 2024/10/06 23:37:17 djm Exp $ -.Dd $Mdocdate: October 6 2024 $ +.\" $OpenBSD: sshd_config.5,v 1.376 2024/10/14 23:53:34 naddy Exp $ +.Dd $Mdocdate: October 14 2024 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -1846,6 +1846,13 @@ via .Cm AcceptEnv or .Cm PermitUserEnvironment . +.It Cm SshdAuthPath +Overrides the default path to the +.Cm sshd-auth +binary that is invoked to complete user authentication. +The default is +.Pa /usr/libexec/sshd-auth . +This option is intended for use by tests. .It Cm SshdSessionPath Overrides the default path to the .Cm sshd-session |