linux - Install ssh server on embedded device -
I am trying to connect to an embedded device via After reading some comments, it came to me that probably is a problem that I do not have I would appreciate any help because I have been stuck on this problem for several days now. You have to compile OpenSSH for your embedded device, follow the steps given below Copy sshd from the compiled source and download it to your embedded device and turn it on / path / sshd ssh . However, when trying to connect, I always receive a
connection denied message, whenever I try to change the port number I have tried to resolve this issue, To change the file in code> / etc / ssh / ,
sudo iptables -a INPUT -p tcp --dport ssh -J ACCEPT to accept the specific port number.
ssh installed on my embedded device. So, how can I install SSH on embedded devices? I am working with a ATML AT91SAM9G20 with a Fox G20V board.
Comments
Post a Comment