This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| sat:ssh_key [2023/06/10 11:18] – Added to update the repository first olaf | 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. | ||