SFTP (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „{|width="40%" |Bild:deutsch.png - in Deutsch |Bild:english.png - in English |}“)
 
Zeile 3: Zeile 3:
 
  |[[Bild:english.png]] - [[SFTP (en)|in English]]
 
  |[[Bild:english.png]] - [[SFTP (en)|in English]]
 
  |}
 
  |}
 +
[http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol SFTP] (acronym for '''S'''SH '''F'''ile '''T'''ransfer '''P'''rotocol) is used for encrypted transfer of data using an encrypted [[SSH|SSH (german only)]] connection. Since version 2 of [[SSH|Secure Shell (german only)]], SFTP is part of SSH and offers its service via port 22, which is also used to connect to the SSH server ([[Dropbear|Dropbear (german only)]]).
 +
 +
By default, it is not possible to use SFTP to connect to a Dreambox. The necessary <code>openssh-sftp-server</code> package is also not available at most of the [http://en.wikipedia.org/wiki/Software_repository software feeds]. So by default only [[SCP_(en)|SCP]] can be used as connection protocol.
 +
 +
SFTP could get important, if the client application can not deal with [[SCP_(en)|SCP]], like the file manager Nautilus in [http://www.gnome.org/ Gnome]. Another possibility to access the Dreambox is <code>[http://en.wikipedia.org/wiki/SSHFS sshfs]</code>.
 +
 +
{{Hinweis|If you use [[Gemini_Project_3_(en)|Gemini Project 3]], the SFTP server package is awailable on the software feed for installation.}}
 +
 +
== Installation / Deinstallation ==
 +
The <code>openssh-sftp-server</code> package can be installed / deinstalled as follows:
 +
{{Hauptbeitrag (en)|GP3_Addons_(en)| - Kategorie: alle}}
 +
{{Hauptbeitrag (en)|WebAdmin_(en)| - package name: <code>openssh-sftp-server</code>}}
 +
{{Hauptbeitrag (en)|OPKG_(en)| - package name: <code>openssh-sftp-server</code>}}
 +
== Client application ==
 +
[[Datei:FileZilla SFTP.png|right|thumb|400px|SFTP connection via FileZilla]]
 +
You can connect using the SFTP client of your choice. E.g.:
 +
* Via console using the command <code>sftp</code> (e.g. on Linux).
 +
* [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PSFTP]
 +
* [https://filezilla-project.org/ FileZilla]
 +
* [http://winscp.net/eng/docs/ WinSCP]
 +
* [http://fivedetails.com/flow/ Flow]
 +
* [http://cyberduck.ch/ Cyberduck]
 +
* [http://www.krusader.org/ Krusader]
 +
* [http://en.wikipedia.org/wiki/Nautilus_%28file_manager%29 Nautilus] / [http://en.wikipedia.org/wiki/Nemo_%28file_manager%29 Nemo]
 +
 +
== Connection via FileZilla ==
 +
This article shows a connection setup for FileZilla as an example, but most of the SFTP clients need similar setups. For a more detailed guide see [[FTP_setup_(en)|this]].
 +
 +
After starting the client application, you need to enter the following information:
 +
 +
* '''Server:''' <code>sftp://IP_address_of_the_Dreambox</code>
 +
* '''Username:''' <code>root</code>
 +
* '''Password:''' <code>The [[Change_Password_(en)|password]] of user ''root''</code>
 +
 +
You can establish the connection by pressing button {{Taste|Connect}}.
 +
 +
== Related topics ==
 +
* [[Dropbear|Dropbear (german only)]] The SSH server used by your Dreambox
 +
* [[SSH|SSH (german only)]] Secure connect to your Dreambox
 +
* [[SCP_(en)|SCP]] Safe file transfer
 +
[[Kategorie:Grundlagen]]
 +
[[Kategorie:Anleitungen]]
 +
[[Kategorie:Enigma2]]

Version vom 16. August 2013, 08:51 Uhr

Deutsch.png - in Deutsch English.png - in English

SFTP (acronym for SSH File Transfer Protocol) is used for encrypted transfer of data using an encrypted SSH (german only) connection. Since version 2 of Secure Shell (german only), SFTP is part of SSH and offers its service via port 22, which is also used to connect to the SSH server (Dropbear (german only)).

By default, it is not possible to use SFTP to connect to a Dreambox. The necessary openssh-sftp-server package is also not available at most of the software feeds. So by default only SCP can be used as connection protocol.

SFTP could get important, if the client application can not deal with SCP, like the file manager Nautilus in Gnome. Another possibility to access the Dreambox is sshfs.

Ambox notice.png If you use Gemini Project 3, the SFTP server package is awailable on the software feed for installation.

Installation / Deinstallation

The openssh-sftp-server package can be installed / deinstalled as follows:

Hauptbeitrag.png see article: GP3_Addons_(en) - Kategorie: alle
Hauptbeitrag.png see article: WebAdmin_(en) - package name: openssh-sftp-server
Hauptbeitrag.png see article: OPKG_(en) - package name: openssh-sftp-server

Client application

SFTP connection via FileZilla

You can connect using the SFTP client of your choice. E.g.:

Connection via FileZilla

This article shows a connection setup for FileZilla as an example, but most of the SFTP clients need similar setups. For a more detailed guide see this.

After starting the client application, you need to enter the following information:

You can establish the connection by pressing button Connect.

Related topics