diff options
author | 2009-08-16 23:29:26 +0000 | |
---|---|---|
committer | 2009-08-16 23:29:26 +0000 | |
commit | 5f4cd3348ae3e41cdb8917caee92f5ed24a140ca (patch) | |
tree | 243e5e59297b2f10d09012f10de8c01968eba266 /usr.bin/ssh/sshd_config.5 | |
parent | Properly initialize the array setting auto-upgradable files. (diff) | |
download | wireguard-openbsd-5f4cd3348ae3e41cdb8917caee92f5ed24a140ca.tar.xz wireguard-openbsd-5f4cd3348ae3e41cdb8917caee92f5ed24a140ca.zip |
Add PubkeyAuthentication to the list allowed in a Match block (bz #1577)
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 89c085fe98f..b21df76fa82 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -34,8 +34,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.106 2009/04/21 15:13:17 stevesk Exp $ -.Dd $Mdocdate: April 21 2009 $ +.\" $OpenBSD: sshd_config.5,v 1.107 2009/08/16 23:29:26 dtucker Exp $ +.Dd $Mdocdate: August 16 2009 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -615,6 +615,7 @@ Available keywords are .Cm PermitEmptyPasswords , .Cm PermitOpen , .Cm PermitRootLogin , +.Cm PubkeyAuthentication , .Cm RhostsRSAAuthentication , .Cm RSAAuthentication , .Cm X11DisplayOffset , |