From 08153f9261cdc8f4760733b1b8ee75e9afb4eae3 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Wed, 25 May 2022 15:47:10 -0400 Subject: [PATCH] fixed key name for real this time i hope --- scripts/customize/fred/fred_variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index edc0e45c..edb62df8 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -25,7 +25,7 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then SOURCECODE_HIERARCHY_LIST="codebarn extra_brain interbrane" # point to our local certificate for ssh usage. - export SVN_SSH="ssh -i $HOME/.ssh/others/id_dsa_sourceforge" + export SVN_SSH="ssh -i $HOME/.ssh/others/id_rsa_sourceforge" # Error and success noises for CLAM. export CLAM_ERROR_SOUND='/z/walrus/media/sounds/effects/bwaaang.wav /z/walrus/media/sounds/cartoons/doh4.wav' -- 2.34.1