Editing SSH

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 18: Line 18:
[http://maemo.org/packages/view/dropbear/ Dropbear] is an alternative ssh client/server package which uses less disk/memory.
[http://maemo.org/packages/view/dropbear/ Dropbear] is an alternative ssh client/server package which uses less disk/memory.
-
 
-
If you need SFTP server functionality with Dropbear, slight manual installation work is needed. Dropbear doesn't come with an SFTP server, so we're going to use OpenSSH's. You cannot install both packages simultaneously, that's why we're doing it by hand.
 
-
 
-
Find latest openssh-server armel package (Fremantle for N900) from http://maemo.org/packages/view/openssh-server, then fire up Terminal:
 
-
 
-
$ root
 
-
# wget http://repository.maemo.org/pool/maemo5.0/free/o/openssh/openssh-server_<latest-version-here>_armel.deb
 
-
# dpkg-deb --extract openssh-server_<latest-version-here>_armel.deb ./openssh-server
 
-
# cp -av ./openssh-server/usr/lib /usr
 
-
# rm -rf ./openssh-server
 
== On-device Usage ==
== On-device Usage ==
Line 46: Line 36:
Note that N900's are called "Nokia-N900-41-10" if allocated an IP address via DHCP (see [https://bugs.maemo.org/show_bug.cgi?id=2758 this bug])
Note that N900's are called "Nokia-N900-41-10" if allocated an IP address via DHCP (see [https://bugs.maemo.org/show_bug.cgi?id=2758 this bug])
-
 
-
Wi-Fi power-management leads to annoying input lags and can be turned off using a long Settings applet dialog only. There is a dirty [http://talk.maemo.org/showthread.php?t=80529 workaround].
 
=== SCP ===
=== SCP ===
Line 66: Line 54:
# If you want to save these settings for future use to connect to the tablet quickly, add a name in "Saved Sessions" and press Save.
# If you want to save these settings for future use to connect to the tablet quickly, add a name in "Saved Sessions" and press Save.
# Press Open and enter the name of the user you wish to connect as when prompted. (<code>root</code> is commonly used)
# Press Open and enter the name of the user you wish to connect as when prompted. (<code>root</code> is commonly used)
-
 
-
 
-
PuTTY may be downloaded from http://www.chiark.greenend.org.uk/~sgtatham/putty/.
 
=== Extra security AND convenience ===
=== Extra security AND convenience ===
Line 98: Line 83:
  ssh <user>@<hostname_or_ip_address>
  ssh <user>@<hostname_or_ip_address>
and you should just get a shell login. If usernames on local and remote machine match you can omit the <code>user@</code> part.
and you should just get a shell login. If usernames on local and remote machine match you can omit the <code>user@</code> part.
-
 
-
A more step-by-step stupid-proof howto is here: http://talk.maemo.org/showthread.php?t=41547
 
=== VPN, tunneling ===
=== VPN, tunneling ===
Please see howto [http://www.undeadly.org/cgi?action=article&sid=20090903183235 Tunneling out of corporate networks (Part 1)]. Alternatively, [[reverse ssh]] may be useful.
Please see howto [http://www.undeadly.org/cgi?action=article&sid=20090903183235 Tunneling out of corporate networks (Part 1)]. Alternatively, [[reverse ssh]] may be useful.
-
 
-
== WinSCP ==
 
-
 
-
WinSCP is an open source client (SCP, SFTP & FTP) for Windows. Its main function is the secure file transfer between a local and a remote computer. It uses Secure Shell (SSH) and supports, in addition to Secure FTP, also legacy SCP protocol.
 
-
 
-
WinSCP simplifies file transfer between your desktop and N900 by providing a graphical frontend (similar to many FTP progams). Login via SSH is performed in exactly the same way as PuTTY.
 
-
 
-
WinSCP may be downloaded from http://sourceforge.net/projects/winscp/.
 
[[Category:Users]]
[[Category:Users]]
[[Category:Connectivity]]
[[Category:Connectivity]]
[[Category:Power users]]
[[Category:Power users]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)
Retrieved from "http://wiki.maemo.org/SSH"