View Single Post
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: