How to SSH to your iphone or ipod in Ubuntu (with pictures) :)

stabbyjoe12
06-15-2008, 02:25 PM
Right a couple of weeks ago i switched to Ubuntu and after a few things i sorted out i thought about ssh

and there was no guide:<
soo...
its not hard at all but i thought id give a few people the tip:)
and maybe convert a few windows lovers

first click Places- connect to server

http://i204.photobucket.com/albums/bb188/sam_jkelley/ssh1.png

then click ssh from the drop down menu

http://i204.photobucket.com/albums/bb188/sam_jkelley/ssh2.png

then type in the following;

server: your iphones ip address (found in: settings - wifi - the one your using)

port: 22

folder name: blank

user name: root (password alpine it will ask you when connecting)

then click connect

http://i204.photobucket.com/albums/bb188/sam_jkelley/ssh3.png

then you should get a screen saying password type : alpine

then you should get something that looks like this:)

http://i204.photobucket.com/albums/bb188/sam_jkelley/ssh4.png


any problems drop us a comment and ill try to help:)
credit for this method goes to Ubuntu obviously:)
but i found it out from SkaterGod so credit goes to him for being really helpful in the iptf irc

mlbplayer456
06-15-2008, 02:28 PM
great guide!

stabbyjoe12
06-15-2008, 02:30 PM
great guide!

thank you:)

SkaterGOD/DOOD23
06-15-2008, 03:50 PM
Very nice stabbyjoe! :)

stabbyjoe12
06-15-2008, 03:51 PM
thanks you very much :)

Miles Prower
06-16-2008, 03:07 PM
Can you possibly do this without wi-fi on an Ubuntu system?

stabbyjoe12
06-17-2008, 01:13 AM
Can you possibly do this without wi-fi on an Ubuntu system?

nope sorry this way needs wifi ill ask skater god if theres a way to do it

Nasty_Ben
07-06-2008, 08:13 AM
Is there a way to set file permissions on Ubuntu?

Cyanidepoison
07-06-2008, 08:55 PM
@Nasty_Ben: You have chmod installed in your distribution, so use it.

Freakshowpb
02-24-2009, 09:31 PM
i cant connect with it
is it possibly because im using an ad-hoc network
either if it is or if it isnt could i get some help

*edit*
i also tryed it without ad-hoc on my regular network and it also didnt work

pickles
02-26-2009, 07:23 PM
What version of ubuntu is this may I ask? I have Xubuntu 7.10, and can't find connect to server on places..

SkaterGOD/DOOD23
02-28-2009, 01:29 PM
What version of ubuntu is this may I ask? I have Xubuntu 7.10, and can't find connect to server on places..

He used GNOME. Xubuntu = XFCE. Although technically it should be there, I don't know because I haven't used Xubuntu ever, and I haven't used GNOME + Ubuntu in like a year.

Cyanidepoison
02-28-2009, 02:22 PM
scp $FILE root@$IP:/$PATH


ssh root@$IP

Challe
03-05-2009, 11:58 AM
@Freakshowpb
Make sure you have port 22 open in your firewall.

How can I set permissions via SSH in Ubuntu?
------------------double post merged------------------
I found it myself.

To SSH through terminal:
ssh root@***.***.*.******Being the ipods/iphones ip address
To change permissions:
chmod *** /var/stash/Applications.B26zNE/AppStore.app ***Being the permissions you would like to set

iLINUX
03-08-2009, 04:49 AM
Is there a way to set file permissions on Ubuntu?

Right click the directory you want to change the permissions for then click "Permissions" :D

http://www.ipodtouchfans.com/forums/imgcache/28727.png

Linux is so easy :P

@ stabbyjoe12: Have you heard of GIMP? Crop the images.

Love your Wallpaper btw. Check your PM's ;)

stecklars
03-08-2009, 05:15 AM
lol yeah the wallpaper is really great...

where have you got it? do you remember?

if so, please post link, want it too :P

stabbyjoe12
03-08-2009, 02:48 PM
sorry guys i havent used linux in like a year so i cant remember where i got my wallpaper of theme
although the theme i would have found on gnometheme
and i found the wallpaper on good ol iptfs:)

Ozzy1912
04-16-2009, 05:32 PM
First of all thank you for your post! It did help a noob find his way in connecting his new iPhone to his first Ubuntu install. Just one question though: I wanted to put some of my own music as ringtones (trying to avoid paying Apple for music I already paid for! and in case you ask I managed to jailbreak my iPhone) so I dragged and dropped my fav tunes to /var/stash/ringtones through ssh and yet I can't see it on my iPhone,even though I converted it to m4p :-/ any ideas as to why or maybe you could tell me where I can get a good mp3 to AAC converter I could use?
anyways! Windows and blue screen of death is history for me.
Thanks!

stabbyjoe12
04-23-2009, 08:27 AM
looks for a tutorial they have to be in a cetain format and a certain size i think its 30 seconds
use an iphone ringtone maker:)

spy323
05-31-2009, 04:40 PM
I am getting an error when i try to ssh my ipod touch 2g. I thought there might be a bad connection between my laptop and the iTouch but i am able to view it through remote desktop. Any idea what could be going wrong?
http://img24.imageshack.us/img24/3172/ipodssherrorubuntu810.png

btw what theme is that?

[edit]
I got it to log in by using 'mobile' instead of 'root' and it saved the private/public keys from the ipod to my pc....then i ended that connection and tried using 'root' again and it worked.

stabbyjoe12
06-11-2009, 09:54 AM
havent got a clue sorry i havent used ubuntu in months
if i were you id try a better distro or even unix :)

mohaas05
06-11-2009, 07:23 PM
Just to clarify this isn't an Ubuntu-specific feature. It will work on any system running a version of GNOME 2, including other Linux distributions as well as Unix systems like Solaris and FreeBSD.

MasterK
09-02-2009, 07:04 PM
Hi there!

Well, I tried to do it step-by-step but when Ubuntu tries to connect, a message apears: "Server not found at root@XXXXX" (or something like that, sorry for my poor translation...)

So, what's going on?

Help me! Please!

THNX

Tarthen
09-03-2009, 05:38 AM
You can also use the terminal commands:
sudo mkdir /media/ipod
sudo sshfs root@YOURIPODIP:/ /media/ipod

That does the same job :) .