In der /etc/fstab meines Clients steht folgende Zeile:
Code: Alles auswählen
root@oct:/media/hdd /mnt/octssh fuse.sshfs allow_other,users,_netdev,noauto 0 0
Das mounten auf dem Client erfolgt mit folgenden Befehl:
Code: Alles auswählen
mount /mnt/octssh
Auf dem Server sind die Dienste ftp und ssh aktiviert. Das müßte meines Wissens eigentlich reichen, denn bei meinen anderen Geräte klappt das Mounten. Nicht aber bei der SF8008, hier erhalte ich die folgende Fehler-Meldung:
Code: Alles auswählen
read: Connection reset by peer
Diese Meldung deutet in der Regel auf Probleme mit der Authentifizierung hin. Eine normale SSH-Verbindung funktioniert jedoch, also mit ssh root@oct kann ich mich erfolgreich verbinden. Also vermute ich, dass es daran nicht liegt. Woran aber sonst?
Auf der SF8008 sind folgende Pakete installiert: dropbear, openssh-sftp-server.
Im Repository gibt es noch weitere ssh-bezogene Pakete:
openssh - 9.3p1-r0 - A suite of security-related network utilities based on the SSH protocol including the ssh client and sshd server
openssh-keygen - 9.3p1-r0 - A suite of security-related network utilities based on the SSH protocol including the ssh client and sshd server
openssh-misc - 9.3p1-r0 - A suite of security-related network utilities based on the SSH protocol including the ssh client and sshd server
openssh-scp - 9.3p1-r0 - A suite of security-related network utilities based on the SSH protocol including the ssh client and sshd server
openssh-sftp - 9.3p1-r0 - A suite of security-related network utilities based on the SSH protocol including the ssh client and sshd server
openssh-ssh - 9.3p1-r0 - A suite of security-related network utilities based on the SSH protocol including the ssh client and sshd server
openssh-sshd - 9.3p1-r0 - A suite of security-related network utilities based on the SSH protocol including the ssh client and sshd server
Muss ich eventuell noch eines von denen installieren?
Unter OpenWrt reichen die Pakete dropbear und openssh-sftp-server, um erfolgreich per ssh zu mounten. Unter OpenATV anscheinend nicht.
Kann jemand Licht ins Dunkle bringen?