diff options
author | djm@openbsd.org <djm@openbsd.org> | 2019-08-02 03:23:19 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-08-02 03:25:46 +0200 |
commit | 6e76e69dc0c7712e9ac599af34bd091b0e7dcdb5 (patch) | |
tree | ed3e9a4772b651ca2407fc63afce6a6b0ead2a54 /ssh_config.5 | |
parent | upstream: let sshbuf_find/cmp take a void* for the (diff) | |
download | openssh-6e76e69dc0c7712e9ac599af34bd091b0e7dcdb5.tar.xz openssh-6e76e69dc0c7712e9ac599af34bd091b0e7dcdb5.zip |
upstream: typo; from Christian Hesse
OpenBSD-Commit-ID: 82f6de7438ea7ee5a14f44fdf5058ed57688fdc3
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 806676bba..03321432f 100644 --- a/ssh_config.5 +++ b/ssh_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: ssh_config.5,v 1.296 2019/06/12 11:31:50 jmc Exp $ -.Dd $Mdocdate: June 12 2019 $ +.\" $OpenBSD: ssh_config.5,v 1.297 2019/08/02 01:23:19 djm Exp $ +.Dd $Mdocdate: August 2 2019 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -361,7 +361,7 @@ Specifies which algorithms are allowed for signing of certificates by certificate authorities (CAs). The default is: .Bd -literal -offset indent -ecdsa-sha2-nistp256.ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, +ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa .Ed .Pp |