The Following User Says Thank You to tratrafe2 For This Useful Post: | ||
|
2011-11-11
, 08:56
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#32
|
Well, I've never used the SDK connect thing, but the way I set mine up was...
From terminal on N9:
Code:devel-su mkdir .ssh su - developer mkdir .ssh
|
2011-11-11
, 22:10
|
|
Posts: 79 |
Thanked: 47 times |
Joined on Oct 2011
@ Brisbane, AU
|
#33
|
I cant get past step "su - developer", Ive updated to PR1.1 and i get not authorised error or some sh.t. F>>K ssake
|
2011-11-12
, 02:11
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#34
|
echo -e 'mkdir -m 0755 -p /var/run/sshd\nexec /usr/sbin/sshd $SSHD_OPTS' >> /etc/default/ssh pkill -9 /usr/sbin/sshd
The Following User Says Thank You to F2thaK For This Useful Post: | ||
|
2011-11-12
, 10:27
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#35
|
i made a step by step tutorial here
http://www.youtube.com/watch?v=wccMF2lDH5A
|
2011-11-13
, 22:06
|
Posts: 8 |
Thanked: 8 times |
Joined on Nov 2011
|
#36
|
i made a step by step tutorial here
http://www.youtube.com/watch?v=wccMF2lDH5A
The Following 3 Users Say Thank You to DaShaker For This Useful Post: | ||
|
2011-11-13
, 22:36
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#37
|
Thanks for the video! You might want to include a demo of SSHFS as well. On a Linux client, you can mount your N9 with a command like this:
sshfs user@N9ip:/home/user/MyDocs/share /home/myuser/share
SSHFS runs over SSH, so nothing further is needed on the N9 side. You can now access the N9 from the Linux box under share.
On a Windows system, there is a Dokan SSHFS client. With this you can mount something on the N9 as a logical drive. So N: is /home/user/MyDocs/share on Windows, for example.
Now I just need a Samba and SSHFS client for the N9, to access Linux and Windows servers from the N9 . . .
|
2011-11-13
, 23:28
|
Posts: 1,298 |
Thanked: 2,277 times |
Joined on May 2011
|
#38
|
The Following User Says Thank You to shmerl For This Useful Post: | ||
|
2011-11-13
, 23:46
|
Posts: 8 |
Thanked: 8 times |
Joined on Nov 2011
|
#39
|
Thanks.. Can you write a full guide step by step for windows users, please?
The Following 2 Users Say Thank You to DaShaker For This Useful Post: | ||
|
2011-11-14
, 00:00
|
Posts: 8 |
Thanked: 8 times |
Joined on Nov 2011
|
#40
|
http://www.youtube.com/watch?v=wccMF2lDH5A