suripaleru / connectbot

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

mor intuitive connect dialog #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1) configure a ssh connection
2) connect to your server 

What is the expected output? What do you see instead?
I would expect to be prompted with a ssh fingerprint and then a password
prompt.  

What version of the product are you using? On what operating system?
1.0 
android 

Please provide any additional information below.
The password prompt is not triggered automatically.  The password prompt
can be forced by hitting enter, but the prompt should happen automatically
not rely on user to *know* to hit enter.  This is related to Issue 15
(related to keyboard interactive mode)

Original issue reported on code.google.com by young...@gmail.com on 23 Oct 2008 at 6:18

GoogleCodeExporter commented 8 years ago
Does your server not support "password" method and only "keyboard-interactive"?

Original comment by kenny@the-b.org on 23 Oct 2008 at 7:15

GoogleCodeExporter commented 8 years ago
I do not have administrative access to all of the servers I ssh to on a regular
basis.  Some I do, but I have never had to reconfigure the server for putty or a
linux client.  

Original comment by young...@gmail.com on 23 Oct 2008 at 7:22

GoogleCodeExporter commented 8 years ago
password prompt is now in separate box that shows "confidence" chars like all 
other
android password prompts.

this should fix the "enter" issue above.  also, were working on adding more 
auth methods.

Original comment by Jeffrey.Sharkey on 25 Oct 2008 at 3:41

GoogleCodeExporter commented 8 years ago
kbd interactive added, so this should handle almost all ssh hosts out there.

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