PDA

View Full Version : Ssh




rsk137
Oct 20, 2008, 02:26 PM
Hello all -

Okay, so here's my question and hopefully someone has an answer for me.

Today I got rid of Vista and installed Ubuntu 8.04 onto my desktop. With vista, I SSH'd into my iPhone via data cable, iPhone Tunnel, and WinSCP. Bam, I'm connected into my iPhone.

How do I go about this with Ubuntu? I know you can wirelessly SSH into the iPhone, but the problem with that is that I don't have a WiFi connection in my apartment (I leach off the neighbors connection :rolleyes:). I've googled and search here and other forums, but to no avail. So, my question to you all is this.

Can I SSH into my iPhone via cable using Ubuntu? If so, how?

Thanks for reading,
-Ryan



The General
Oct 20, 2008, 04:58 PM
No, you'll have to do it through Wi-Fi. Open a terminal, ssh user@ipaddress.

Or you can use an FTP client. Surely there are several included with Ubuntu.

rsk137
Oct 20, 2008, 05:02 PM
I was afraid of that answer. :(

Thanks.

DravenGSX
Oct 21, 2008, 01:34 PM
If you were able to connect to the phone wirelessly via Vista, you can do it with Ubuntu.

You don't need any fancy application to do it either, it's all built in. You can do it straight from the terminal command line in Ubuntu.

The commands are "ssh user@ip address" and "scp file user@ip_address:path/to/file"

rsk137
Oct 21, 2008, 02:34 PM
If you were able to connect to the phone wirelessly via Vista, you can do it with Ubuntu.

You don't need any fancy application to do it either, it's all built in. You can do it straight from the terminal command line in Ubuntu.

The commands are "ssh user@ip address" and "scp file user@ip_address:path/to/file"

I wasn't ever able to because my computer doesn't have any wirelessly technology built in it. I had to SSH using the cable.