![]() |
2009-01-12
, 08:01
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#2
|
![]() |
2009-01-12
, 08:15
|
|
Posts: 43 |
Thanked: 45 times |
Joined on Jun 2008
@ Hill of Doom - Pacific NW
|
#3
|
Bun,
You can go one step further and install sshfs, and then, instead of using the scp command, you can mount remote directories on your tablet as if they were local directories. Then you can copy files using the File Manager.
Would a how-to on that be appreciated? I can write one up if people would like.
The Following User Says Thank You to nemo For This Useful Post: | ||
![]() |
2009-01-12
, 13:29
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#4
|
...You can go one step further and install sshfs, and then, instead of using the scp command, you can mount remote directories on your tablet as if they were local directories. Then you can copy files using the File Manager.
Would a how-to on that be appreciated? I can write one up if people would like.
![]() |
2009-01-12
, 17:27
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#5
|
Bun,
Using keys, as you suggest in your post, should be as secure as a password, if not more so, as long as you don't leave your private key lying around in a public directory somewhere.
Thanks for posting the howto. I've been doing this for a while on the tablet.
You can go one step further and install sshfs, and then, instead of using the scp command, you can mount remote directories on your tablet as if they were local directories. Then you can copy files using the File Manager.
Would a how-to on that be appreciated? I can write one up if people would like.
![]() |
2009-01-13
, 00:31
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#6
|
...If you write the howto please consider to add this on wiki.maemo.org this type of howto information is useful.
The Following User Says Thank You to bunanson For This Useful Post: | ||
![]() |
2009-01-13
, 00:53
|
|
Posts: 43 |
Thanked: 45 times |
Joined on Jun 2008
@ Hill of Doom - Pacific NW
|
#7
|
![]() |
2009-01-13
, 00:59
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#8
|
Remotely on topic, is there a way to browse the maemo.wiki like we can the itT wiki? I sometimes like to browse and it seems to me that I can only search for specific articles.
![]() |
Tags |
ftp, gftp, ssh, winscp |
|
I know NOTHING about security, you got it right. You may open your tablet to the whole world (flash oneself
your tablet (server):
$ xterm
$ gain root
# passwd user
userpasswd
# Re-enter new password
userpasswd
your linux box (client):
> ssh-keygen -t dsa
> transfer /HOME/.ssh/id_dsa.pub to your tablet/home/user/.ssh
and copy id_dsa.pub to authorized_keys
on your linux box, copy a local file to remote, ip is the ip address of the remote (tablet):
>scp local.file user@ip:
copy remote file to local
>scp user@ip:/remote.file ./
For window box, see this, http://www.internettablettalk.com/fo...ad.php?t=23932
Related links
http://www.internettablettalk.com/fo...d.php?p=251099
http://internettablettalk.com/forums...highlight=gftp
http://gftp.seul.org/faq.html
http://www.internettablettalk.com/fo...ad.php?t=14124, thread #9
enjoy,
bun
WorldTV99, WorldTV99forN900, more, VCURLs72, Shortcuts; complete backup; gvm software; 2007He; LiveTV;
DualBoot
Last edited by bunanson; 2009-01-12 at 13:32.