Active Topics

 


Reply
Thread Tools
Posts: 4,030 | Thanked: 1,633 times | Joined on Jul 2007 @ nd usa
#1
Step by step SSH/scp Linux and your tablet, without password

I know NOTHING about security, you got it right. You may open your tablet to the whole world (flash oneself ?). This is purely an exercise for the newbie to practice on ssh/scp.

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

Last edited by bunanson; 2009-01-12 at 13:32.
 

The Following 5 Users Say Thank You to bunanson For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#2
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.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 5 Users Say Thank You to qole For This Useful Post:
nemo's Avatar
Posts: 43 | Thanked: 45 times | Joined on Jun 2008 @ Hill of Doom - Pacific NW
#3
Originally Posted by qole View Post
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.
oh god YES!
 

The Following User Says Thank You to nemo For This Useful Post:
Posts: 4,030 | Thanked: 1,633 times | Joined on Jul 2007 @ nd usa
#4
Originally Posted by qole View Post
...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.
Absolutely. Thanks, qole

bun
 
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#5
Originally Posted by qole View Post
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.
You can give the key a password too, so that when you use it to log in on from a public place someone who snoops your password cannot use this to log in because he does not have your key.

If you write the howto please consider to add this on wiki.maemo.org this type of howto information is useful.
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
 

The Following 2 Users Say Thank You to allnameswereout For This Useful Post:
Posts: 4,030 | Thanked: 1,633 times | Joined on Jul 2007 @ nd usa
#6
Originally Posted by allnameswereout View Post
...If you write the howto please consider to add this on wiki.maemo.org this type of howto information is useful.
Done.

Thanks for the suggestions.

bun
 

The Following User Says Thank You to bunanson For This Useful Post:
nemo's Avatar
Posts: 43 | Thanked: 45 times | Joined on Jun 2008 @ Hill of Doom - Pacific NW
#7
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.
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#8
Originally Posted by nemo View Post
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.
The itT wiki is structured as a tree from the main page, but you're not actually browsing the entire wiki. It's possible to have completely disjoint sections that you can't get to through the main page (though I'd hope we don't ). It's actually kind of like the www that way...

In the absence of such a structure, or to check for disjoint webs, you can go to http://wiki.maemo.org/Special:Allpages to see a list of all pages, anyway. Or click "Random page" until you find something interesting.
 

The Following 4 Users Say Thank You to Benson For This Useful Post:
Reply

Tags
ftp, gftp, ssh, winscp


 
Forum Jump


All times are GMT. The time now is 05:01.