Install ssh server on embedded device
问题 I'm trying to connect to an embedded device through ssh . However, when trying to connect, I always get a connection refused message even when I try changing the port number. I've tried everything to resolve this issue, from changing the file in /etc/ssh/ to accept the specific port number, to sudo iptables -A INPUT -p tcp --dport ssh -j ACCEPT . After reading some comments, it came to me that maybe one of the problems is that I don't have ssh installed on my embedded device. So, how do I