diff options
author | mail_redacted_for_web | 2022-07-17 18:07:03 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2022-07-17 18:07:03 +0200 |
commit | 4d3b040fe8ea1a030ac4c6c5a46efdab644c010e (patch) | |
tree | 946cd2ec184de7a78d7c673541cdabe833a08397 /.ssh | |
parent | 12a28688d9b25ba3e36ef207a01e8334667813ac (diff) | |
download | dotfiles-4d3b040fe8ea1a030ac4c6c5a46efdab644c010e.tar.bz2 |
Revert "+deprecation of ssh-rsa altogether"
ssh_config only knows +ALG, not -ALG. :| so either we define a static
list of accepted signature algorithms or well... fuckthisshit.jpg.
This reverts commit 12a28688d9b25ba3e36ef207a01e8334667813ac.
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config.d/0000-all.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.ssh/config.d/0000-all.conf b/.ssh/config.d/0000-all.conf index 242be89..df13d7c 100644 --- a/.ssh/config.d/0000-all.conf +++ b/.ssh/config.d/0000-all.conf @@ -9,10 +9,6 @@ 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 |