common/fa-t14-2025: add oldssh

This commit is contained in:
2026-05-27 14:46:43 +02:00
parent a4aa586b71
commit afa7721ab9
3 changed files with 48 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ in {
libreoffice
mpv
oauth2ms
oldssh
openssl
openvpn
pavucontrol
@@ -82,6 +83,7 @@ in {
zsh = {
shellAliases = {
"kssh" = "ssh -t controlnode ssh";
"ossh" = "oldssh -oHostKeyAlgorithms=+ssh-dss -oCiphers=+aes256-cbc -oKexAlgorithms=+diffie-hellman-group14-sha1";
"rebuild" = "sudo nixos-rebuild switch --flake /config";
};
prezto.pmodules = [ "ssh" ];