[maemo-developers] [maemo-developers] ssh login
From: Diego Fdez. Durán diego at goedi.netDate: Fri Jan 20 23:41:48 EET 2006
- Previous message: [maemo-developers] ssh login
- Next message: [maemo-developers] ssh login
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you don't want to change the "user" password you can do the following steps as they are described in http://maemo.org/maemowiki/InstallSsh : -------------- To create ssh keys, on the host you want to connect to your 770, $ ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/home/xxx/.ssh/id_rsa): Enter passphrase (empty for no passphrase): ************** Enter same passphrase again: ************* Your identification has been saved in /home/xxx/.ssh/id_rsa Your public key has been saved in /home/xxx/.ssh/id_rsa.pub The key fingerprint is: d0:b9:30:13:f2:81:b5:09:1d:xx:xx:xx:xx:xx:xx:xx xxx at host $ now copy the /home/xxx/.ssh/id_rsa.pub over to nokia 770, and put it in ~/.ssh/authorized_keys. Make sure it is only readably by user: $ chmod 400 ~/.ssh/authorized_keys $ chmod 700 ~/.ssh --------------------- El vie, 20-01-2006 a las 16:00 -0500, Dave Neuer escribió: > On 1/20/06, Dr. H. Nikolaus Schaller <hns at computer.org> wrote: > > I have installed OpenSSH according to the description at > > > > http://maemo.org/maemowiki/ApplicationCatalog#head- > > a9cdc5b8981db478bc554e3dc9b23c6c80b9d4f2 > > SNIP > > > Warning: Permanently added '192.168.0.184' (RSA) to the list of known > > hosts. > > hns at 192.168.0.184's password: > > > > But what is the correct user name to use 'ssh user at 192.168.0.184' and > > how to set a password? > > I don't know what root or user's passwords are set to, but if you have > root on the device (which you probably do if you followed the > instructions to install SSHD so that it starts up at boot), you can > manully change user's password on the device from xterm with the > standard 'passwd' command. > > Dave > _______________________________________________ > maemo-developers mailing list > maemo-developers at maemo.org > https://maemo.org/mailman/listinfo/maemo-developers -- ----------------------------------- Diego Fdez. Durán <diego at goedi.net> Web: http://www.goedi.net GPG ID: 90D266BB ----------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente Url : http://lists.maemo.org/pipermail/maemo-developers/attachments/20060120/6a19c88a/attachment.pgp
- Previous message: [maemo-developers] ssh login
- Next message: [maemo-developers] ssh login
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
