Thanks Jim,
I went to your homepage and followed your instructions on dropbear. I
made a password for "root" and now, I can login from host PC. However,
each time i type
$ssh to login, the board asks for password.
Is it possible to automatically login in without typing password?
Does dropbear support "ssh tunneling" for website secured browsing and
checking email etc?
I also tried to use "scp" to copy a file from board(in /usr/web/
directory) to my a local host directory but failed:
$scp :/usr/web/a.out a.out
password:
sh: scp: not found
Connection to 192.168.0.50 closed by remote host.
Do you have same issue? or is my command wrong?
Tom
--- In Jim Jackson <> wrote:
>
>
>
>
> On Fri, 10 Mar 2006, chentom60 wrote:
>
> > Is ssh running in TX7250? I tried on PC and gotrefused:
> >
> > $ ssh 192.168.0.50
> > ssh_exchange_identification: Connection closed by remote host
> >
> > Do I need to setup keys first, otherwise ssh will not work?
> >
> > I checked the /etc/inetd.conf on board,it looks like TX7250 actually
> > uses "dropbear" to serv ssh.
> > $ cat /etc/inetd.conf
> > # See "man 8 inetd" for more information.
> > #
> > # <service_name> <sock_type> <proto> <flags> <user> <server_path>
<args>
> > #
> > # These are standard services.
> > #
> > ftp stream tcp nowait root /usr/bin/ftpd ftpd
> > ssh stream tcp nowait root /usr/sbin/dropbear
> > dropbear -i
> >
> > Looks like dropbear is running on board, but why it doesn't request
> > password?
> >
>
> I recorded this as needing doing on my ts7200 web page......
>
> $ dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
>
> Jim
>
> ------------------------------------------------------------
> http://www.comp.leeds.ac.uk/jj/linux/arm-sbc.html
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|