git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2022-07-17 18:07:03 +0200
committermail_redacted_for_web 2022-07-17 18:07:03 +0200
commit4d3b040fe8ea1a030ac4c6c5a46efdab644c010e (patch)
tree946cd2ec184de7a78d7c673541cdabe833a08397
parent12a28688d9b25ba3e36ef207a01e8334667813ac (diff)
downloaddotfiles-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.
-rw-r--r--.ssh/config.d/0000-all.conf4
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
teral.String.Backtick */ .highlight .sc { color: #aa5500 } /* Literal.String.Char */ .highlight .dl { color: #aa5500 } /* Literal.String.Delimiter */ .highlight .sd { color: #aa5500 } /* Literal.String.Doc */ .highlight .s2 { color: #aa5500 } /* Literal.String.Double */ .highlight .se { color: #aa5500 } /* Literal.String.Escape */ .highlight .sh { color: #aa5500 } /* Literal.String.Heredoc */ .highlight .si { color: #aa5500 } /* Literal.String.Interpol */ .highlight .sx { color: #aa5500 } /* Literal.String.Other */ .highlight .sr { color: #009999 } /* Literal.String.Regex */ .highlight .s1 { color: #aa5500 } /* Literal.String.Single */ .highlight .ss { color: #0000aa } /* Literal.String.Symbol */ .highlight .bp { color: #00aaaa } /* Name.Builtin.Pseudo */ .highlight .fm { color: #00aa00 } /* Name.Function.Magic */ .highlight .vc { color: #aa0000 } /* Name.Variable.Class */ .highlight .vg { color: #aa0000 } /* Name.Variable.Global */ .highlight .vi { color: #aa0000 } /* Name.Variable.Instance */ .highlight .vm { color: #aa0000 } /* Name.Variable.Magic */ .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
[Unit]
Description=Infrastructural VM %i
Requires=libvirtd.service
Requires=kvm-firewall.service
Rmail_redacted_for_web
Rmail_redacted_for_web
After=kvm-firewall.service
After=libvirtd.service
After=lvm2-monitor.service
Amail_redacted_for_web
Amail_redacted_for_web

[Service]
Type=oneshot
ExecStart=/usr/local/bin/kvmhelper -q vm-start %i
ExecStop=/usr/local/bin/kvmhelper -q vm-stop %i
RemainAfterExit=yes
TimeoutStartSec=10s
TimeoutStopSec=60s

[Install]
WantedBy=multi-user.target