User Tools

Site Tools


sat:ssh_key

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sat:ssh_key [2023/01/25 21:42] – ↷ Page name changed from sat:dd to sat:ssh_key xmailadminsat: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:
  
-''opkg install openssh-sftp-server''+<code bash> 
 +opkg update 
 +opkg install openssh-sftp-server 
 +</code>
  
 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.
sat/ssh_key.1674682962.txt.gz · Last modified: 2023/01/25 21:42 by xmailadmin