Difference between revisions of "Talk:Mount over ssh"

From Pandora Wiki
Jump to: navigation, search
m
(adding some random notes)
 
Line 1: Line 1:
 +
== x ==
 +
 
Maybe you also have to install some packages over opkg which I've already installed. [[User:T4b|T4b]] 15:16, 16 April 2011 (MEST)
 
Maybe you also have to install some packages over opkg which I've already installed. [[User:T4b|T4b]] 15:16, 16 April 2011 (MEST)
 
:No, it isn't necessary, also works on a newly flashed firmware. [[User:T4b|T4b]] 21:28, 5 May 2011 (MEST)
 
:No, it isn't necessary, also works on a newly flashed firmware. [[User:T4b|T4b]] 21:28, 5 May 2011 (MEST)
 +
 +
== random notes ==
 +
 +
http://boards.openpandora.org/index.php?/topic/4988-solvedhow-do-i-ssh-into-pandoras-box/
 +
* enable SSH at Settings - Startup
 +
* make sure ssh ports (22 or 443) are opened
 +
 +
 +
http://www.gp32x.com/board/index.php?/topic/54438-gigolo-is-just-broken/page__st__15__p__889764&#entry889764
 +
 +
sudo opkg install gvfsd-sftp
 +
 +
If all goes well you should see a line very similar to:
 +
 +
gvfs-fuse-daemon on /home/boredmind/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user_id=1000,group_id=1001)

Latest revision as of 19:27, 14 May 2012

x

Maybe you also have to install some packages over opkg which I've already installed. T4b 15:16, 16 April 2011 (MEST)

No, it isn't necessary, also works on a newly flashed firmware. T4b 21:28, 5 May 2011 (MEST)

random notes

http://boards.openpandora.org/index.php?/topic/4988-solvedhow-do-i-ssh-into-pandoras-box/

  • enable SSH at Settings - Startup
  • make sure ssh ports (22 or 443) are opened


http://www.gp32x.com/board/index.php?/topic/54438-gigolo-is-just-broken/page__st__15__p__889764&#entry889764

sudo opkg install gvfsd-sftp

If all goes well you should see a line very similar to:

gvfs-fuse-daemon on /home/boredmind/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user_id=1000,group_id=1001)