This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sat:ssh_key [2023/01/25 21:42] – ↷ Page name changed from sat:dd to sat:ssh_key xmailadmin | sat:ssh_key [2023/06/10 11:19] (current) – olaf | ||
---|---|---|---|
Line 6: | Line 6: | ||
The OpenHDF image contains already a tiny SSH server: dropbear. For SFPT we need to add the openSSH SFTP server from the OpenHDF repository. Connect as root on the box and install it: | The OpenHDF image contains already a tiny SSH server: dropbear. For SFPT we need to add the openSSH SFTP server from the OpenHDF repository. Connect as root on the box and install it: | ||
- | '' | + | <code bash> |
+ | opkg update | ||
+ | opkg install openssh-sftp-server | ||
+ | </ | ||
if it doesn’t exist, create a directory .ssh in the home of the user you use to connect to the box. | if it doesn’t exist, create a directory .ssh in the home of the user you use to connect to the box. |