diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2021-01-22 03:46:40 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-01-22 05:05:00 +0100 |
commit | b55b7565f15327d82ad7acbddafa90b658c5f0af (patch) | |
tree | 3f57871b3b5ea5e30ae468ddbb71cd8061913b60 /ssh.1 | |
parent | upstream: Rename PubkeyAcceptedKeyTypes keyword to (diff) | |
download | openssh-b55b7565f15327d82ad7acbddafa90b658c5f0af.tar.xz openssh-b55b7565f15327d82ad7acbddafa90b658c5f0af.zip |
upstream: PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithms
here too.
OpenBSD-Commit-ID: 3b64a640f8ce8c21d9314da9df7ce2420eefde3a
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |