Thread
:
step by step SSH/SCP without password
View Single Post
bunanson
2009-01-12 , 01:46
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
__________________
WorldTV99
,
WorldTV99forN900
,
more
,
VCURLs72
,
Shortcuts
;
complete backup
;
gvm software
;
2007He
;
LiveTV
;
DualBoot
Last edited by bunanson; 2009-01-12 at
13:32
.
Quote & Reply
|
The Following 5 Users Say Thank You to bunanson For This Useful Post:
ernia
,
lm2
,
nemo
,
qole
,
Texrat
bunanson
View Public Profile
Send a private message to bunanson
Find all posts by bunanson