This is the home of MobileTerminal.app, a terminal emulator application for the iPhone. MobileTerminal.app is NOT an SSH client, nor Telnet for that matter. It can however be used to execute a console ssh-client application. Join #iphone-uikit on irc.osx86.hu for discussion and development. Sources are now available, if you have a working toolchain you can obtain them by doing: svn checkout http://mobileterminal.googlecode.com/svn/trunk/ mobileterminal UPDATES 2007-08-21 8:42pm - vaumnou The vt100 branch should compile now. Build instructions are in the wiki. I've added a pie menu display to indicate usable gestures. Arrows, ^C, D, ^[, and TAB are available directly via simple finger swipes. 2007-08-14 3:12am - vaumnou Here's a screenshot of the vt100 branch running in xterm-color mode: Thanks to everyone who wrote the underlying code, especially to allen, the GNUStep developers, and the authors of Crescat. I would really like to add tab and arrow keys to the keyboard view - has anyone figured out how to define custom sublayouts? I'm told the code is rather difficult to compile, as it requires correcting errors in the iPhone Foundation framework headers. If someone could log an issue indicating the compiler errors, I might be able to offer improvements. -Peter 2007-08-14 2:15am - allen.porter We have two new branches where vt100 emulation is being worked on, vt100 (authored by Peter Iannucci, based on GPL'd Cocoa terminal application Crescat) and vt100-iterm (authored by Allen Porter based on the GPL'd iTerm). vt100 will be checked into the main branch when its stable.