All pastes #2052725 Raw Edit

Something

public text v1 · immutable
#2052725 ·published 2011-05-02 04:10 UTC
rendered paste body
if [ "$2" = "local" ]; then
   via=""
elif [ "$2" = "bastion" ]; then
   via="-e "ssh $bastion ssh" $login:" ; ssh=1
else
   via="-e ssh $login:" ; ssh=1
fi