3 # wraps our calling the secure shell and lets us pick our credentials.
5 source "$FEISTY_MEOW_SCRIPTS/security/pick_credentials.sh"
7 \ssh -i "$keyfile" -X $*
10 # we don't want to emit anything extra if this is being driven by git.
11 if [ -z "$(echo $* | grep git)" ]; then
12 # re-run the terminal labeller after coming back from ssh.
13 # we check the exit value because we don't want to update this for a failed connection.
14 bash $FEISTY_MEOW_SCRIPTS/tty/label_terminal_with_infos.sh