Re: Dropbear calling my own command-line parser than /bin/sh

2012-09-26 Thread Matt Johnston
Hi, I don't think you can avoid it - the best you can do is to put something@192.168.14.1 in the host field so it'll send a username without prompting. The SSH protocol requires a username in all authentication requests, so PuTTY assumes it's going to be necessary. Cheers, Matt On Wed, Sep 26,

Dropbear calling my own command-line parser than /bin/sh

2012-09-25 Thread chinna obireddy
Dear All, As per the thread http://thread.gmane.org/gmane.network.ssh.dropbear/68/focus=75 I was successfully made changes to launch CLI application with dropbear ssh. But Putty(SSH client) is still asking for Login name, though this is not going to be used It looks weird for user asking user

Re: Dropbear calling my own command-line parser than /bin/sh

2012-09-25 Thread chinna obireddy
Hey Matt, I was able to make it work for any username login return authentication success. But the problem is that Putty(Windows) asks for user name, though any username will do actually. I don't want the ssh client ask the user to enter username at all. How could I achieve that ?? SSH client:

Re: Dropbear calling my own command-line parser than /bin/sh.

2006-07-18 Thread Matt Johnston
On Tue, Jul 18, 2006 at 02:00:49PM +0800, Matt Johnston wrote: On Mon, Jul 17, 2006 at 09:53:52PM -0700, Prasad wrote: So now i want to totally skip the regular username and password in the SSH and directly call my commandline interpreter (which has a password autentication by itself). How

Re: Dropbear calling my own command-line parser than /bin/sh.

2006-07-14 Thread Matt Johnston
On Fri, Jul 14, 2006 at 06:13:44PM -0700, Prasad wrote: Hi all, How do i make dropbear call my own utility/command-line parser which has its own way of checking the username and password and does some other work. Have a look at svr_auth_password() in svr-authpasswd.c for how the existing