diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2021-12-02 23:35:05 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2021-12-03 00:27:40 +0100 |
commit | b711bc01a7ec76bb6a285730990cbce9b8ca5773 (patch) | |
tree | 2dd2dfab23ff58942e1241c67afc13664c272351 /sshd_config.5 | |
parent | upstream: don't put the tty into raw mode when SessionType=none, avoids (diff) | |
download | openssh-b711bc01a7ec76bb6a285730990cbce9b8ca5773.tar.xz openssh-b711bc01a7ec76bb6a285730990cbce9b8ca5773.zip |
upstream: ssh-rsa is no longer in the default for
PubkeyAcceptedAlgorithms.
OpenBSD-Commit-ID: 34a9e1bc30966fdcc922934ae00f09f2596cd73c
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 74d7d4d6b..c4b70fb6b 100644 --- a/sshd_config.5 +++ b/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.337 2021/11/10 06:29:25 djm Exp $ -.Dd $Mdocdate: November 10 2021 $ +.\" $OpenBSD: sshd_config.5,v 1.338 2021/12/02 22:35:05 dtucker Exp $ +.Dd $Mdocdate: December 2 2021 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -1530,7 +1530,7 @@ ssh-ed25519, ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, sk-ssh-ed25519@openssh.com, sk-ecdsa-sha2-nistp256@openssh.com, -rsa-sha2-512,rsa-sha2-256,ssh-rsa +rsa-sha2-512,rsa-sha2-256 .Ed .Pp The list of available signature algorithms may also be obtained using |