We would like to install SSH, so we need to download openssl and openssh.
As you know, there are lots of version. So what version is recommended for openssl and openssh ?
sometimes, the last verison has a problem.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
We would like to install SSH, so we need to download openssl and openssh.
As you know, there are lots of version. So what version is recommended for openssl and openssh ?
sometimes, the last verison has a problem.
Hi,
"Dropbear" is by default included in the Arago file system that our SDK uses. Dropbear is both a ssh client and a server. For more information: http://matt.ucc.asn.au/dropbear/dropbear.html
As you can see, the "ssh" command is actually a link to "dropbearmulti" binary:
root@am335x-evm:~# ls -la /usr/bin/ssh
lrwxrwxrwx 1 root root 21 Jun 25 23:15 /usr/bin/ssh -> ../sbin/dropbearmulti
If you still want to use openssh, then please consult the documentation on the product site regarding which is the latest stable release - this is usually well documented on the download page.
Best regards,
Miroslav