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?
Tom
--- In "Yan Seiner" <> wrote:
>
> --- In "chentom60" <chentom60@> wrote:
> >
> > I understand now and will test scp and rsync. Many thanks for
> > everyone that gave me invaluable advice!
>
> Google for dropbear. It is a small-footprint replacement for ssh.
>
> It's also fairly modular so you can build only those parts you need.
>
> --Yan
>
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/
|