summaryrefslogtreecommitdiffstats
path: root/sshd.8
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2024-06-17 10:30:29 +0200
committerDamien Miller <djm@mindrot.org>2024-06-17 10:48:29 +0200
commit00eb95957dea5484b2c7c043f7d2bbc87301bef2 (patch)
treeb0e5fec884fca2a2a06f4f70c4116d65f553e4fc /sshd.8
parentupstream: promote connection-closed messages from verbose to info (diff)
downloadopenssh-00eb95957dea5484b2c7c043f7d2bbc87301bef2.tar.xz
openssh-00eb95957dea5484b2c7c043f7d2bbc87301bef2.zip
upstream: disable the DSA signature algorithm by default; ok
markus@ (yes, I know this expands to "the Digitial Signature Algorithm signature algorithm) OpenBSD-Commit-ID: 961ef594e46dd2dcade8dd5721fa565cee79ffed
Diffstat (limited to '')
-rw-r--r--sshd.89
1 files changed, 3 insertions, 6 deletions
diff --git a/sshd.8 b/sshd.8
index 73d5e9232..c0f095ca4 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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.8,v 1.325 2023/09/19 20:37:07 deraadt Exp $
-.Dd $Mdocdate: September 19 2023 $
+.\" $OpenBSD: sshd.8,v 1.326 2024/06/17 08:30:29 djm Exp $
+.Dd $Mdocdate: June 17 2024 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -465,8 +465,6 @@ sk-ssh-ed25519@openssh.com
.It
ssh-ed25519
.It
-ssh-dss
-.It
ssh-rsa
.El
.Pp
@@ -477,7 +475,6 @@ Note that lines in this file can be several hundred bytes long
(because of the size of the public key encoding) up to a limit of
8 kilobytes, which permits RSA keys up to 16 kilobits.
You don't want to type them in; instead, copy the
-.Pa id_dsa.pub ,
.Pa id_ecdsa.pub ,
.Pa id_ecdsa_sk.pub ,
.Pa id_ed25519.pub ,
@@ -881,7 +878,7 @@ secret, but the recommended permissions are read/write/execute for the user,
and not accessible by others.
.Pp
.It Pa ~/.ssh/authorized_keys
-Lists the public keys (DSA, ECDSA, Ed25519, RSA)
+Lists the public keys (ECDSA, Ed25519, RSA)
that can be used for logging in as this user.
The format of this file is described above.
The content of the file is not highly sensitive, but the recommended