I have the development kit. And I am already
being able to use the Shell through the serial with minicom at Linux, it was
how I could make those modifications. But I do need to have SSH working.
2010/3/19 Flávio Ribeiro <>
Hey Thiago,
Why not access the shell through serial? Then you can see what's going on. Do
you have the development toolkit?
Regards,
Flávio Ribeiro
--
E-mail\Gtalk:
Blog: http://flavioribeiro.com
Twitter: http://www.twitter.com/flavioribeiro
Tel: +55 83 99814441
On Fri, Mar 19, 2010 at 15:56,
thiagodefreitas <> wrote:
Hi everyone,
I am currently working in a project where I was recently given a TS-7400 to
work on. The main problem is that I am not being able to SSH or Telnet the
board. I can ping the board from my computer and can ping the computer from the
board, as well as I am being able to ping external sites such as google from
the board. I have read the http://oz.embeddedarm.com/~michael/support/faq.html#faq10 ,
and this specific topic appears as a TODO list, and I followed all the steps
that I could find in previous posts from the mailing list, but could not solve
this issue. Some of the steps that I have already followed.
- Created the SSh Keys, so the sshd process is already running at boot up
- Set up a password to the root user
- Created another user called 'thiago' to try to log on without root privileges
- Added sshd: ALL , to /etc/hosts.allow
- Tried to create a reverse SSH
BOARD
$ ssh -R 9000:localhost:22 thiago%40192.168.36.200
COMPUTER
$ ssh -p 9000
None of the aforementioned steps were effective. Any more information given is
really apreciated.
An additional info is that I ssh is working locally, I mean I can ssh at
localhost or test it locally at the board.
Regards,
Thiago de Freitas Oliveira Araújo
http://thiagodefreitas.com/blog'