|
2008-11-02
, 18:31
|
|
Posts: 17 |
Thanked: 2 times |
Joined on Sep 2008
@ France
|
#162
|
|
2008-11-02
, 21:08
|
|
Posts: 17 |
Thanked: 2 times |
Joined on Sep 2008
@ France
|
#163
|
#!/bin/bash sudo hidd --connect 00:XX:XX:XX:XX:XX
myuser ALL = NOPASSWD: /usr/bin/hidd
]sudo bluemaemo & sleep 10 && ssh myuser@mycomputer_ip /home/myuser/software/scripts/bluemaemo.sh
The Following 2 Users Say Thank You to Kytrix For This Useful Post: | ||
|
2008-11-02
, 21:43
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#164
|
|
2008-11-03
, 03:15
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#165
|
|
2008-11-03
, 09:17
|
|
Posts: 17 |
Thanked: 2 times |
Joined on Sep 2008
@ France
|
#166
|
|
2008-11-03
, 12:33
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#167
|
I've never been able to get past this step.
ssh-copy-id -i ~/.ssh/id_rsa.pub username@host
I've tried the command both from the server (my tablet using username@host being my laptop or desktop). And vice versa my laptop or desktop to the server (thus username@host being my tablet). Neither works..
|
2008-11-03
, 23:44
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#168
|
|
2008-11-04
, 00:45
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#169
|
|
2008-11-04
, 04:00
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#170
|
vforviktor@vendetta-laptop:~$ ssh user@192.168.1.104 -v -p 666 OpenSSH_5.1p1 Debian-3ubuntu1, OpenSSL 0.9.8g 19 Oct 2007 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to 192.168.1.104 [192.168.1.104] port 666. debug1: Connection established. debug1: identity file /home/vforviktor/.ssh/identity type -1 debug1: identity file /home/vforviktor/.ssh/id_rsa type -1 debug1: identity file /home/vforviktor/.ssh/id_dsa type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_4.7p1 Debian-12.maemo2 debug1: match: OpenSSH_4.7p1 Debian-12.maemo2 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-3ubuntu1 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host '[192.168.1.104]:666' is known and matches the RSA host key. debug1: Found key in /home/vforviktor/.ssh/known_hosts:1 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Trying private key: /home/vforviktor/.ssh/identity debug1: Trying private key: /home/vforviktor/.ssh/id_rsa debug1: Trying private key: /home/vforviktor/.ssh/id_dsa debug1: Next authentication method: password
Or follow this procedure: first, install the package bluez-compat using your package manager. Now, put BlueTooth on the N810 visisble. Then use hcitool to scan. After you got the BlueTooth address, write it down (in case for usage next time). Now use hidd to connect.
One could put something like
Then chmod this +x
And put this on the desktop or in ~/bin
Then you can easily make it work.
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!