Results 1 to 1 of 1

Thread: SSH server on Spica

777
  1. [translate]    #1
    Member
    Join Date
    Jun 2010
    Location
    Slovenia
    Posts
    81

    Lightbulb SSH server on Spica

    Sorry voku1987 for stealing the thread name, but I can't post in Development yet (fuck that).

    I've been using the following dropbear which was extracted from QuickSSHd (app found on market).

    To install please do the following:
    - Unzip
    - Edit 97ssh to change the password to your liking
    - adb push everything to /sdcard/
    - Run:
    Code:
    mv /sdcard/dropbear /data/
    chown -R root.root /data/dropbear
    chmod -R 770 /data/dropbear
    mv /sdcard/97ssh /system/etc/init.d/
    chown root.shell /system/etc/init.d/97ssh
    chmod 750 /system/etc/init.d/97ssh
    ln -s /data /data/data/com.teslacoilsw.quicksshd
    The main advantage of this install is being able to use SFTP, so you can transfer files with WinSCP.
    Last edited by Zadet; 04-05-2011 at 09:16 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •