cleaning up some too specialized scripts that fred uses.
[feisty_meow.git] / customizing / fred / scripts / ssh.sh
index 2e1b3742f227cfabc167ca9f4762f54089e9a52a..9bf10d17888de7775dbea40356a7e0713529304f 100755 (executable)
@@ -2,7 +2,7 @@
 
 # wraps our calling the secure shell and lets us pick our credentials.
 
-source "$FEISTY_MEOW_SCRIPTS/security/pick_credentials.sh"
+source "$FEISTY_MEOW_GENERATED/custom/scripts/pick_credentials.sh"
 
 if [ ! -z "$keyfile" ]; then
   \ssh -i "$keyfile" -X -C -c blowfish-cbc $*