PDA

View Full Version : Fugu not letting me connect. says permission denied




Vegan TJ
Nov 8, 2008, 06:20 PM
i dont know how to connect i have it as root then / .... then when it asks for password i put alpine but it says permission denied ..is there something im missing i have sbsettings installed



TheConfuzed1
Nov 8, 2008, 09:46 PM
You're probably not connecting to the same network.

You have to be on the same wirless network for SSH to work.

Vegan TJ
Nov 8, 2008, 10:05 PM
no i was on the same network.. i just didnt click add this password to keychain. after that everthing worked fine after that .

amemoryoncelost
Nov 8, 2008, 11:19 PM
make sure you're on port 22, the IP is correct(I check via bosspref) and it's root, like you said

Warbrain
Nov 9, 2008, 12:02 AM
Try removing the known_hosts file in the .ssh folder. Terminal commands are as follows...

cd .ssh
rm known_hosts

I know that sometimes it has to generate a new key to work.

boston04and07
Jan 10, 2009, 12:00 AM
I'm having the same problem with Fugu, and the terminal fix isn't working. :( Any other suggestions?

lavrishevo
Jan 10, 2009, 12:19 AM
I'm having the same problem with Fugu, and the terminal fix isn't working. :( Any other suggestions?

Try to access the phone via terminal.

type: ssh root@your ip here

boston04and07
Jan 15, 2009, 12:57 AM
Try to access the phone via terminal.

type: ssh root@your ip here

Now it says that my password doesn't match the password in Keychain, and when I go to the keychain there isn't a place to change it.. :confused:

edit: Okay, so I guess what I meant to say, is that I don't know what password to change in the Keychain. I'm new to this and confused...help?
p.s. sorry to the OP if I'm hijacking or anything!

lavrishevo
Jan 15, 2009, 10:41 AM
Now it says that my password doesn't match the password in Keychain, and when I go to the keychain there isn't a place to change it.. :confused:

edit: Okay, so I guess what I meant to say, is that I don't know what password to change in the Keychain. I'm new to this and confused...help?
p.s. sorry to the OP if I'm hijacking or anything!

Go back to Terminal and type:

cd .ssh (press enter)
rm known_hosts (press enter)

Then proceed to log back on the the phone as usual. This should fix the invalid host key.