This is a two for one. First I’ll bow down to the person who wrote up the tool chain tutorial and of course props to saurik (I think the foremost hacker of the iPhone). Next, we move on to the necessary movements to get the sshd (openssh) default port moved off of 22. I needed to move it because it seemed like all traffic through port 22 was blocked on my schools’ network. And of course I wanted to ssh into my phone to run my compiler for my C++ class..
So, this entry isn’t going to be too sexy. But I want to record what worked for me. Basically, for getting the toolchain rockin’: jailbreak your iPhone and then download the tool chain from cydia and then do this guy: http://pimpmiphone.info/blog/howto/how-to-install-the-toolchain-on-your-iphone.html
For moving the sshd port, of course install sshd from cydia and then follow this guy: http://www.macosxhints.com/article.php?story=20050707140439980
. Not too sexy but that’s basically what is going on!