suripaleru / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

app doesn't prompt for server key fingerprint verification #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add a server
2. connect to it

What is the expected output? What do you see instead?
The app should display the server key and prompt you to verify it before it
prompts for a password.

What version of the product are you using? On what operating system?
version 1.0 on the G1 from tmobile

Please provide any additional information below.

Original issue reported on code.google.com by dave.jos...@gmail.com on 21 Oct 2008 at 2:23

GoogleCodeExporter commented 8 years ago
agreed.  it shows the hostkey, but doesnt really "prompt" for acceptance.

also, we arent saving keys into the HostDatabase yet, will fix that later today.

Original comment by Jeffrey.Sharkey on 23 Oct 2008 at 3:46

GoogleCodeExporter commented 8 years ago
hostkey checking has been added to latest svn.  will prompt user with yes/no to
accept, and will check each time against database.

this *DOES* need to be checked against DNS names, ive only checked it against 
raw ips.

Original comment by Jeffrey.Sharkey on 26 Oct 2008 at 12:12

GoogleCodeExporter commented 8 years ago
yay its workign against dns names too  :)

Original comment by Jeffrey.Sharkey on 26 Oct 2008 at 3:33