git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-07-17 16:12:32 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2022-07-17 16:12:32 +0200
commit12a28688d9b25ba3e36ef207a01e8334667813ac (patch)
tree95393eea5e86c9ba6f2567156f35d96880dfd720
parent1c29bd783fd662f414c85a11894a8b7cf7e17234 (diff)
downloaddotfiles-12a28688d9b25ba3e36ef207a01e8334667813ac.tar.bz2
+deprecation of ssh-rsa altogether
-rw-r--r--.ssh/config.d/0000-all.conf4
1 files changed, 4 insertions, 0 deletions
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