X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=customizing%2Ffred%2Fscripts%2Fssh.sh;h=9bf10d17888de7775dbea40356a7e0713529304f;hb=baf34d26f73b32deb1a89feb0fa2d1469e397405;hp=2e1b3742f227cfabc167ca9f4762f54089e9a52a;hpb=8581b6c87895dcc6445a270f42bdc9483ff28ed2;p=feisty_meow.git diff --git a/customizing/fred/scripts/ssh.sh b/customizing/fred/scripts/ssh.sh index 2e1b3742..9bf10d17 100755 --- a/customizing/fred/scripts/ssh.sh +++ b/customizing/fred/scripts/ssh.sh @@ -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 $*