Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
user:codemasterboom [2023/05/29 18:01] – fix errors codemasterboomuser:codemasterboom [2023/07/05 23:47] – added must have section codemasterboom
Line 11: Line 11:
 Allowing for remote SFTP connection: Allowing for remote SFTP connection:
 <code bash> <code bash>
-opkg update +opkg update && opkg install openssh-sftp-server 
-opkg install openssh-sftp-server announce mc nano usbutils +</code> 
 +Must have: 
 +<code bash> 
 +opkg update && opkg install announce  
 +opkg update && opkg install nano  
 +opkg update && opkg install usbutils  
 +opkg update && opkg install mc
 </code> </code>
  
  • Last modified: 2023/07/17 23:45
  • by codemasterboom