This is the blog of Adam Kalsey. Unusual depth and complexity. Rich, full body with a hint of nutty earthiness.
Freshness Warning
This blog post is over 15 years old. It's possible that the information you read below isn't current and the links no longer work.
23 Aug 2007
I’d been wanting to play with some of the cool iPhone hacks, but most of the tools available are for Intel Macs. For the next few months, I’m still using a G4 PowerBook, so I’d been stymied. Using Nullriver’s Installer.app, however, I’ve been able to install several apps, including a VT100 terminal and OpenSSH.
You can’t use the SSH client to do any serious work—if you switch away from the terminal app your session closes. That means if your phone rings in the midst of a session, you’re done. But for emergency use out on the road, you can’t beat an SSH client in your pocket.
Impressive. Shame about the hang up. It certainly is a useful thing to have when your not in front of a computer.
Connect and type 'screen -S iphone', then do your work. If you get disconnected, reconnect and type 'screen -R iphone' and pick up where you left off. If you are doing serious work over ANY WiFi connection and aren't using screen, you are asking for it. My laptop has dropped connection from the WAP during various crucial tasks on my Linux server, but screen has saved me from having a mess on my hands several times.
It's not so much having the processes keep running when I get disconnected. The thing that drags on me is the process of reconnecting. I'm hesitant to add ssh keys to my iphone. And typing complex passwords is a pain in the ass.
I'm a big fan of the SSH function. I use it on a daily basis, mostly to change backgrounds or to upload pdf docs to my phone.
Hi, this sure seams to be a handy touch, hopefully they brink out an upgrade which stores what your doing if you have a Pone call.
Im having a problem using screen. I want to be able to close my connection, but am unable to because I can't use ctrl+a d or figure out a way to close the ssh app. Any suggestions?
same prob, i can initiate a connection with something, but come close it , im screwed.. any help is appreciated !
Did anyone ever solve these issues?
"swipe" up towards the top right for about an inch, it'll give you the ctrl+c sequence, also type exit in ssh to exit the ssh session.
This discussion has been closed.
Brad Choate
August 23, 2007 2:45 PM
if you switcha way from the terminal app your session closes. I recommend using screen on the server you're connecting to so the session is at least preserved on that end.