Alioune18 / independence

Automatically exported from code.google.com/p/independence
0 stars 0 forks source link

Problem with ssh public keys #239

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Jailbreak your iPhone
2. Create a .ssh directory in your home directory
3. Install an authorized_keys with your public key
4. Restart the phone
5. independence will not be able to connect anymore to the phone.

What is the expected output? What do you see instead?
independence assume password based authentication. It tries to connect and 
hangs I suppose 
because it never gets the password prompt. I can connect without any problem 
using the 
terminal.
independence should handle public /private key.

What version of the product are you using? On what operating system?
IPhone 1.1.1 updated from a jailbreaked iPone 1.02 independence 1.2.5

Please provide any additional information below.

Original issue reported on code.google.com by arcac...@gmail.com on 6 Nov 2007 at 9:45

GoogleCodeExporter commented 8 years ago
Yeah, 99.99% of iNdependence users won't know how to set up automated SSH 
authentication this way.

Anyways, I'll see what I can do with regard to handling this within 
iNdependence, but there are more important 
fish to fry right now (ie. iTunes 7.5).

Original comment by dial.ope...@gmail.com on 8 Nov 2007 at 6:51

GoogleCodeExporter commented 8 years ago
I just ran into this myself. It's a default OpenSSH behavior and non-trivial to 
fix without, basically, writing your 
own SSH client. I would suggest that rather than "fixing" this that you simply 
make a note in the FAQ about 
renaming the key temporarily, As you point out people who are going to run into 
this are extreme corner cases 
and should be able to handle renaming the key while using Independence. 

Thanks again for all your work. 

Original comment by rperciva...@gtempaccount.com on 29 Feb 2008 at 3:41