Giter Club home page Giter Club logo

Comments (18)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Any ETA on this?  All of my machines are FreeBSD based.

Original comment by [email protected] on 22 Oct 2008 at 6:25

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
I can press enter and receive a password prompt but password is never accepted. 
Also
running FreeBSD system.

Original comment by [email protected] on 22 Oct 2008 at 7:37

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
I just downloaded and tried it and I get: 

The authenticity of host 'io.com' can't be established.

Trying to authenticate

and then hangs.  (You can try it yourself: the location is io.com:22)

Thanks.

Original comment by [email protected] on 22 Oct 2008 at 9:43

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
More details.  When I use putty, I get:

login as: [my-own-user-name]
Using keyboard-interactive authentication.
Password: 
Last login: Wed Oct 22 16:38:20 2008 from 12.31.188.98
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
        The Regents of the University of California.  All rights reserved.

FreeBSD 6.3-STABLE (GENERIC) #2: Sat Feb 16 18:48:27 CST 2008


Original comment by [email protected] on 22 Oct 2008 at 9:45

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
I get the same error running a Linux box. It looks like it's hanging waiting 
for a
response from the server. If I type in my password, it tells me authentication
failed, then gives me a 'Password:' prompt, but it never accepts the password I 
give,
nor does my server leave any trace that I tried to connect.

Original comment by christopher.mccurdy on 23 Oct 2008 at 12:29

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
It looks like the server is only accepting "keyboard-interactive" and not 
"password"
 You can verify this by using "ssh -v [hostname]" with OpenSSH. As a work-around, you
can enable "PasswordAuthentication yes" (on OpenSSH; others will have something
similar) for now until this is fixed.

Original comment by [email protected] on 23 Oct 2008 at 3:15

  • Changed title: Need to add "keyboard-interactive" authentication method
  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Is there any idea on when this will be fixed?

Original comment by [email protected] on 23 Oct 2008 at 6:03

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
I was having an issue entering my password, but I figured out that typing 
uppercase 
letters works differently in the terminal than in other Android apps. You have 
to 
hold down alt or shift and press the button simultaneously like you are using a 
computer keyboard in order to type symbols and uppercase letters. Anyone who is 
experiencing this issue should be aware of this quirk, it might actually be 
causing 
you to type a case-sensitive password in all lowercase.

Original comment by [email protected] on 23 Oct 2008 at 6:32

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
At org/connectbot/service/TerminalBridge.java:161 there needs to be some error 
that
pops up if no authentication methods are possible.

Jeffrey, could you put something that lets the user know that authentication 
wasn't
possible and terminates the connection? Listing out the possible authentication 
types
for the client and the server would be good in this error message.

Original comment by [email protected] on 23 Oct 2008 at 7:12

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Okay, I added keyboard-interactive in r76. Could some people test it on their 
devices
and report how it works?

Original comment by [email protected] on 25 Oct 2008 at 2:27

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Works great for me. Thanks!

Original comment by [email protected] on 25 Oct 2008 at 2:43

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Woo! Works for me.

Original comment by [email protected] on 25 Oct 2008 at 2:45

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Actually, I might have a problem. If I type "exit" to logout, it tells me 
logout and
just sits there. It looks like I can't even disconnect from the menu now, and 
it just
sits there sorta hung. Since it never recognizes the disconnect, I'm not able to
connect again.

Original comment by [email protected] on 25 Oct 2008 at 2:51

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Correction, I can disconnect from the session, but not from the main menu. So I 
guess
it's unrelated to keyboard-interactive.

Original comment by [email protected] on 25 Oct 2008 at 2:52

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Works for me, thank you!

Original comment by [email protected] on 25 Oct 2008 at 3:11

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Ouch.  The fact that this app breaks the UI (SHIFT and ALT work differently) is
EVIL... it needs to be in big neon letters somewhere.  If I hadn't stumbled 
across
this entry by accident, I'd still be trying to enter my password.

Original comment by [email protected] on 25 Oct 2008 at 4:30

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
lol be careful with your "evil" label--it probably just isnt fixed yet.

however, are you using the latest svn that has a password textfield at the 
bottom of
the window?  we switched to using that for just this reason--it should 
automagically
behave just like any other password prompt on android.

Original comment by Jeffrey.Sharkey on 25 Oct 2008 at 4:36

from connectbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
keyboard-interactive is working awesome!  thx kenny  :)

Original comment by Jeffrey.Sharkey on 25 Oct 2008 at 7:05

  • Changed state: Fixed

from connectbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.