diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2021-01-22 02:46:41 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2021-01-22 02:46:41 +0000 |
commit | b951881fb9b86f9b4cf473adbe51228209aa0708 (patch) | |
tree | 5d5b0329559fe0de865efd15fb6a66aeb0ef3590 /usr.bin | |
parent | 93d7e143add6d68247ed22f4a78298a2b9592164 (diff) |
PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithms here too.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 81e147c7504..0716177cf7b 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -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: ssh.1,v 1.415 2020/12/22 00:15:23 djm Exp $ -.Dd $Mdocdate: December 22 2020 $ +.\" $OpenBSD: ssh.1,v 1.416 2021/01/22 02:46:40 dtucker Exp $ +.Dd $Mdocdate: January 22 2021 $ .Dt SSH 1 .Os .Sh NAME @@ -537,7 +537,7 @@ For full details of the options listed below, and their possible values, see .It ProxyCommand .It ProxyJump .It ProxyUseFdpass -.It PubkeyAcceptedKeyTypes +.It PubkeyAcceptedAlgorithms .It PubkeyAuthentication .It RekeyLimit .It RemoteCommand |