updating to ensure we'll use the right identity (for fred only right now)
authorChris Koeritz <fred@gruntose.com>
Sat, 3 Mar 2012 19:19:21 +0000 (14:19 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 3 Mar 2012 19:19:21 +0000 (14:19 -0500)
to login to sites that know fred or the fred hamster sourceforge id.
this needs to be generalized.

scripts/core/variables.sh

index a61b2fa0a2b61a20f95b436f1dc51293f230f992..48892624f49bf6182a12733126606c1e603cef7a 100644 (file)
@@ -111,8 +111,9 @@ if [ -z "$NECHUNG" ]; then
   # set this so nechung can find its data.
   export NECHUNG=$FEISTY_MEOW_DIR/database/fortunes.dat
   
-  # ensure we use the right kind of rsh for security.
-  export CVS_RSH=ssh
+  # ensure we use the right kind of secure shell.
+  export CVS_RSH=$FEISTY_MEOW_SCRIPTS/tty/ssh.sh
+  export GIT_SSH=$FEISTY_MEOW_SCRIPTS/tty/ssh.sh
   
   # the base checkout list is just to update feisty_meow.  additional folder
   # names can be added in your customized scripts.