Register FAQ/Rules Forum Spy Search Today's Posts Mark Forums Read

Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate.

 
Go Back   Mac Forums > iPhone and iPod Touch Forums > iPhone News Discussion
TouchArcade.com - iPhone Game Reviews and News

Reply
 
Thread Tools Search this Thread  
Old Aug 6, 2008, 02:41 PM   #1
MacRumors
macrumors bot
 
Join Date: Apr 2001
TouchTerm: SSH Client for iPhone



JBrink.net has released TouchTerm [$2.99, App Store], the first SSH client for the iPhone. Features include:

- Wi-Fi and EDGE/3G support: access and administer your servers from anywhere
- Control over font size and color
- Landscape mode support
- The ability to scroll over terminal output
- Saved connection parameters and passwords (if desired)
- A cross-session command history for quickly re-executing or editing previously entered commands
- No terminal emulation

Power users may want to wait until TouchTerm Pro is released which promises "a powerful, easy-to-use remote administration tool over SSH."

Terminal emulation, however, appears to be lacking in the current version of TouchTerm which makes it only useful for the simplest of uses. While the developer promises Terminal emulation to be available in a future free update, it's hard to recommend this app without it.

If you are willing to wait a little longer, however, Zinger-Soft is planning on releasing a more full featured SSH client for $4.99 called iSSH:
Quote:
That being said, zinger-soft's app is complete and is simply awaiting government approval. It includes VT100, VT102, VT220, ANSI, xterm, and xterm-color emulation. It supports dynamically resizable terminals, fonts, and portrait and landscape mode (and, depending on the font, anywhere from 40x21 to 80x40). All the exotic key combinations (Ctrl-Shift-Up, for instance) are there. It has support for multiple simultaneous connections and maintains a list of open connections (as well as a default connection configuration list) that one will be able to reference and reconnect to on reopening the application. There is a scroll back buffer implemented in the standard iPhone scroll view interface, along with gesture arrow keys. Finally, it contains an X Server so one can switch between graphical and console input as necessary (and possible). Of course, for all the open sessions, the X Server is the same, so multiple machines will send their X clients to the same X Server.

Article Link

Last edited by arn : Aug 6, 2008 at 03:07 PM.
MacRumors is offline   Reply With Quote
Old Aug 6, 2008, 02:46 PM   #2
gibbz
macrumors 65816
 
gibbz's Avatar
 
Join Date: Jun 2007
Location: National Weather Center
Send a message via AIM to gibbz
This is great news. I have been waiting for this for awhile. I might wait until the Pro version comes out, but regardless, I am happy to see something out. I'll be interested in hearing how people like it.
__________________
32GB iPhone 3G S⃣ UMB 2.4/4GB/250GB MP 8x2.8/16GB MP 8x2.93/16GB/2x24" Apple LED Apple TV
Gibbz
gibbz is offline   Reply With Quote
Old Aug 6, 2008, 02:55 PM   #3
dissdnt
macrumors 6502a
 
dissdnt's Avatar
 
Join Date: Aug 2007
Wow Apple let this slide too. Crazy. Either they don't care or aren't paying any attention to what they are allowing hehe.
dissdnt is offline   Reply With Quote
Old Aug 6, 2008, 02:58 PM   #4
Transeau
macrumors 6502a
 
Transeau's Avatar
 
Join Date: Jan 2005
Location: Alta Loma, CA
Send a message via AIM to Transeau
Why would Apple care? It's an SSH client, not a terminal for the the phone's OS.
__________________
MacPro Quad 3.0GHz, 16GB, 4x 128GB SSD, geforce 8800GT, 30" Dell
Transeau is offline   Reply With Quote
Old Aug 6, 2008, 02:58 PM   #5
Spades
macrumors 6502
 
Join Date: Oct 2003
An SSH client with good terminal support...and an X server! I'll gladly wait for that, especially at $4.99. It'll be interesting to see how well different X clients handle the strange display dimension. I also wonder if iSSH will have a way to do click and drag or if you just have to work around not having it.
Spades is offline   Reply With Quote
Old Aug 6, 2008, 02:59 PM   #6
detz
macrumors 6502a
 
Join Date: Jun 2007
Quote:
Originally Posted by dissdnt View Post
Wow Apple let this slide too. Crazy. Either they don't care or aren't paying any attention to what they are allowing hehe.
Why would they care? An SSH Client will do no harm.
detz is offline   Reply With Quote
Old Aug 6, 2008, 03:03 PM   #7
dissdnt
macrumors 6502a
 
dissdnt's Avatar
 
Join Date: Aug 2007
Looks like it's in the file system to me.. but okay hehe.
dissdnt is offline   Reply With Quote
Old Aug 6, 2008, 03:09 PM   #8
skestes
macrumors member
 
Join Date: Jul 2007
Quote:
Originally Posted by dissdnt View Post
Looks like it's in the file system to me.. but okay hehe.
It is in *a* filesystem, that's what an SSH client does.
skestes is offline   Reply With Quote
Old Aug 6, 2008, 03:17 PM   #9
iPhone3G
macrumors member
 
Join Date: Jul 2008
I know it's probably a terribly stupid question, but these sorts of things interest me and I enjoy learning about them.

What is this SSH stuff, and what does this app do?
iPhone3G is offline   Reply With Quote
Old Aug 6, 2008, 03:22 PM   #10
kingtj
macrumors 6502a
 
Join Date: Oct 2003
Location: Saint Louis. MO (USA)
Send a message via ICQ to kingtj
Post re: What does this do?

SSH is an abbreviation for "secure shell" ... It's a protocol similar to "telnet" in many ways, which basically lets you remotely control the command prompt of another computer.

Traditionally, you'd use this with a Unix based computer of some sort (operating systems like Linux, or even remote controlling the command line prompt in OS X that you'd normally get by clicking on the "Terminal" icon in the Utilities folder).

SSH is superior to using "telnet" to accomplish the same task though, because it creates a secure, encrypted connection. (Someone can't "sniff" the packets of data and see a copy of what you type and what comes back to your iPhone's screen by intercepting the traffic in the middle.)


Quote:
Originally Posted by iPhone3G View Post
I know it's probably a terribly stupid question, but these sorts of things interest me and I enjoy learning about them.

What is this SSH stuff, and what does this app do?
kingtj is offline   Reply With Quote
Old Aug 6, 2008, 03:23 PM   #11
mcoyne
macrumors newbie
 
Join Date: Sep 2005
Awesome! And it's about time. I can't believe apple didn't include ssh access out of the box. It makes the iphone the killer sysadmin app.
mcoyne is offline   Reply With Quote
Old Aug 6, 2008, 03:35 PM   #12
iPhone3G
macrumors member
 
Join Date: Jul 2008
Thank you very much, excellent explanation.

Quote:
Originally Posted by kingtj View Post
SSH is an abbreviation for "secure shell" ... It's a protocol similar to "telnet" in many ways, which basically lets you remotely control the command prompt of another computer.

Traditionally, you'd use this with a Unix based computer of some sort (operating systems like Linux, or even remote controlling the command line prompt in OS X that you'd normally get by clicking on the "Terminal" icon in the Utilities folder).

SSH is superior to using "telnet" to accomplish the same task though, because it creates a secure, encrypted connection. (Someone can't "sniff" the packets of data and see a copy of what you type and what comes back to your iPhone's screen by intercepting the traffic in the middle.)
iPhone3G is offline   Reply With Quote
Old Aug 6, 2008, 03:41 PM   #13
longdogs
macrumors member
 
Join Date: Oct 2007
Location: Lichfield UK
Touchterm doesn't appear to be in the UK store.
longdogs is offline   Reply With Quote
Old Aug 6, 2008, 03:59 PM   #14
macaron1
macrumors member
 
Join Date: Sep 2007
Location: Londres
Agree that terminal emulation is a must for a SSH client to be really useful.

Btw, is dropping to the command line on the iPhone against the SDK terms? Would be cool to be able to do so, even if it was simply a chrooted directory, away from system files and all, and to ssh or scp to other locations from there.

Also, while it doesn't hurt the pocket, it feels retrograde (and somewhat Windows-ish) to have to pay for a SSH client! Wonder at what point open-source will start providing for such simple tools on the iPhone?

Maybe Apple should waive the nominal $99 sign-up fee for OS projects on the iPhone.

I digressed.
__________________
MP 2 x 2.8 Ghz, 2 x 30" ACD; MBP 17" 2.33 Ghz; 16 GB iPhone 3G
macaron1 is offline   Reply With Quote
Old Aug 6, 2008, 04:09 PM   #15
darkfiber
macrumors regular
 
Join Date: Jul 2008
Location: Columbus, OH USA
Quote:
Originally Posted by dissdnt View Post
Wow Apple let this slide too. Crazy. Either they don't care or aren't paying any attention to what they are allowing hehe.
What are you talking about??? SSH is a very good thing! What you should NOT be using at this point is a TELNET client (and there is one in the App store).
darkfiber is offline   Reply With Quote
Old Aug 6, 2008, 04:43 PM   #16
JCC
macrumors newbie
 
Join Date: Aug 2007
I think the crucial bit of information dissdnt is missing is that this is an ssh client, not an ssh server. You log into other computers with this, not iPhones. AFAIK, iPhones don't come with ssh servers, so obviously, you can't use an ssh client to log into them.
JCC is offline   Reply With Quote
Old Aug 6, 2008, 05:22 PM   #17
maokh
macrumors regular
 
Join Date: Jun 2007
Location: Seattle, WA
wow ... i really wish this company would have taken a hint from some of the jailbreak terminals, which are almost a year old.

gestures, full terminal emulation, etc. are available on these and it works great. like flicking for arrow keys, floating menus on finger hold, hidden scrollback on the right.

I understand that these were actual terminals, but by building an ssh client that used the terminal emulation piece of the software, it would pretty much be the same thing.

I am completely willing to pay a small amount for this.

What is this talk about "X Server"? Do they actually mean an X Client (phone logs into a remote x server and lets you see whats on the screen or use various apps), or an X Server that laptops near the phone can connect through and to the remote host?
maokh is offline   Reply With Quote
Old Aug 6, 2008, 05:48 PM   #18
Spades
macrumors 6502
 
Join Date: Oct 2003
The X Window System runs backwards from what most people think of when they think client and server. Just about everybody is confused by it at first.

The X server is basically the part of the system that displays the application and accepts user input. An X client is an application that does the grunt work and connects to the X server for user interaction. So having iSSH means that you can have a program running remotely (the X client) that will do its interaction with the user through the iPhone (the X server).

If you launch X11 on your desktop, that's an X server. Programs like The GIMP are the clients.

Hopefully iSSH will also have a built-in window manager that can handle the quirks of the touch interface and screen dimensions.

Quote:
Originally Posted by JCC View Post
AFAIK, iPhones don't come with ssh servers, so obviously, you can't use an ssh client to log into them.
Unless you jailbreak.

Last edited by Spades : Aug 6, 2008 at 05:54 PM.
Spades is offline   Reply With Quote
Old Aug 6, 2008, 06:05 PM   #19
LtRammstein
macrumors 6502a
 
Join Date: Jun 2006
Location: Laramie, WY
Send a message via AIM to LtRammstein Send a message via MSN to LtRammstein Send a message via Skype™ to LtRammstein
I'll laugh if MochaSSH Lite comes out. Then TouchTerm and iSSH are going to be hard to get money.
__________________
17" White Intel iMac 1.83GHz, 250 GB HD, 2 GB RAM || iPod Touch 16GB w/ 3.0 || 15" Intel MBP 2.4GHz, 250 GB HD, 4 GB RAM
LtRammstein is offline   Reply With Quote
Old Aug 6, 2008, 06:45 PM   #20
magi.sys
macrumors member
 
Join Date: May 2003
all I want is mobileterminal without having to jailbreak...
magi.sys is offline   Reply With Quote
Old Aug 6, 2008, 10:33 PM   #21
dr_lha
macrumors 68000
 
Join Date: Oct 2003
Quote:
Originally Posted by longdogs View Post
Touchterm doesn't appear to be in the UK store.
Speculation: ssh is encryption, which is export limited by ITAR. It might be illegal for Apple to distribute an SSH client outside of the USA without a specific license from the State Department.
__________________
Me: 1Ghz 12" PB and Mac mini Intel Core Solo 1.5Ghz, The Wife: 1.86Ghz CD MacBook, Me@Work: 2.66Ghz Mac Pro and a 2.33Ghz C2D 15" Mac Book Pro
dr_lha is offline   Reply With Quote
Old Aug 6, 2008, 10:35 PM   #22
alphaod
Contributor
 
alphaod's Avatar
 
Join Date: Feb 2008
Location: LIE x37
Quote:
Originally Posted by magi.sys View Post
all I want is mobileterminal without having to jailbreak...
Just phony up the $$$
__________________
Search before you post: MRoogle
Mac Pro E09 (2x2.66/6x2GB/4x300GB10K/GTX285) | Dell 3007WFP-HC (30")
MacBook Air M09 (2.13/2GB/128GB) | iPhone 3GS (32GB/White/Unlocked)
alphaod is offline   Reply With Quote
Old Aug 6, 2008, 10:54 PM   #23
tedsmith3rd
macrumors member
 
Join Date: Aug 2006
Location: US
Quote:
Originally Posted by maokh View Post
wow ... i really wish this company would have taken a hint from some of the jailbreak terminals, which are almost a year old.

gestures, full terminal emulation, etc. are available on these and it works great. like flicking for arrow keys, floating menus on finger hold, hidden scrollback on the right.

I understand that these were actual terminals, but by building an ssh client that used the terminal emulation piece of the software, it would pretty much be the same thing.
Keep in mind that those apps were pre-2.0 and they utilize things which apple has intentionally left out of the official SDK. For example raw sockets or parts of UIKit (like custom keyboards) are not in there. Also, apps are now in a kind of sandbox that prevents you from doing some things which you could do in a jailbroken environment. Developers could get access to most of these functions by class-dumping 2.0, but then their apps would be breaking the iphone developer agreement by using undocumented Apple APIs... so there are some obstacles.
tedsmith3rd is offline   Reply With Quote
Old Aug 7, 2008, 10:15 AM   #24
BornAgainMac
macrumors 68030
 
BornAgainMac's Avatar
 
Join Date: Feb 2004
Location: Florida Resident
It cost $100 for this to be on the blackberry and my blackberry had a phone keyboard layout with the 3 letters per key and was to slow to be usable for me.

I am looking forward to their updates but this is a good start and I can at least do basic tasks remotely without a laptop on the servers I support.
BornAgainMac is offline   Reply With Quote
Old Aug 7, 2008, 09:32 PM   #25
Brett3rThanU
macrumors member
 
Join Date: May 2008
Now if my work would just allow my iPhone to connect through the VPN I could do my job from my iPhone
Brett3rThanU is offline   Reply With Quote

Reply

Mac Forums > iPhone and iPod Touch Forums > iPhone News Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 04:32 AM.

Mac News | Mac Rumors | iPhone Game Reviews | iPhone Apps

Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 2002-2009, MacRumors.com, LLC