From 12a28688d9b25ba3e36ef207a01e8334667813ac Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sun, 17 Jul 2022 16:12:32 +0200 Subject: +deprecation of ssh-rsa altogether --- .ssh/config.d/0000-all.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ssh/config.d/0000-all.conf b/.ssh/config.d/0000-all.conf index df13d7c..242be89 100644 --- a/.ssh/config.d/0000-all.conf +++ b/.ssh/config.d/0000-all.conf @@ -9,6 +9,10 @@ ForwardAgent yes ControlMaster auto ControlPath /run/user/%i/ssh/cm-%r@%h:%p +# deprecate ssh-rsa (in favour of rsa-sha2-*, see below) unless openssh itself +# did this already: +PubkeyAcceptedKeyTypes -ssh-rsa + # ControlMaster: to use SSH multiplexing with ProxyCommand (e.g. to reach host b through host a) # Host b # Hostname b.example.com -- cgit v1.2.3