-
Website
http://comments.deasil.com/ -
Original page
http://comments.deasil.com/2008/08/18/iphone-ssh-review-issh-v-pterm-v-touchterm/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
charlieanzman
2 comments · 11 points
-
Yuvi Panda
7 comments · 6 points
-
teddyb109
4 comments · 1 points
-
Ken Kennedy
12 comments · 4 points
-
gautamg
7 comments · 1 points
-
-
Popular Threads
I am wondering how an ssh client works on the iPhone given the policy of no multitasking. If one leaves the ssh terminal for a while and comes back, what is the turnaround time to get back to where one was? Does the connection stay alive or does one have to log in again, how about the support for ssh public keys on the various clients?
While slow on 2G (GPRS, I think?), I managed and could do some cool things from many places.
When I got my Treo, pssh was my best friend, 'nuff said.
And now, I'm replying to your post on my iPhone, wishing I had bought iSSH instead of pTerm. Oh well, I'm hoping that they all mature pretty nicely over the next few months. I'll be watching for more followup posts from you :).
Thanks again.
Realistically none of these programs are really there yet. A good ssh program needs at a minimum the following:
1. selection of width and height and gesture scrolling to see what is offscreen
2. easy typing of common codes like ESC.
3. a good selection of connections that you can edit
4. selection of font size (and preferably some font choices although that's less key) Sometimes you need a bigger font to see.
Not as essential but desirable given how hard it is to type on the iPhone
1. macros for common commands or control characters
2. cut and paste
Right now none of these programs really would make modifying configuration files on my server from the road easy.
Do both SSH clients support SSH2 ??
Because my server is running SSH protocol.
Thanks
Dave
Regards,
Drew
I would love to see gestures as in mobileterminal (code.google.com/mobileterminal). Unfortunately you can use mobileterminal only on unlocked / jailbroken phones. I would not like to do that with my new 3G. i wish they did develop for the App Store.
Try: stty -a | echo $LINES $COLUMNS in the ssh clients you have to scroll L/R and/or U/D to see everything. You can set LINES and COLUMNS manually (use an alias to save typing). For certain classes of connections it is possible to do this programmatically in your dot files, but you'll have to explore the TERM, ssh environment variables, and other env variables to be able to do this reliably for all your incoming connections.
For the person mentioning web it: multiple sessions of screen on the back-end with one app per session--links or lynx in one screen session, irc client in another, curses based IM in another, etc. Now you have all the speed of your regular connection, and are only sending the immediate updates to the iPhone. If you are a graphics addict, not quite as pretty, but if your real need is ubiquitous computing in the smallest possible package, this would do the trick for a *NIX geek. This is also a low-rent (assuming you have some place to ssh into) work around for the "no multi-tasking" on the iPhone.
M