Re: ssh connection without passwd

2008-06-20 Thread abdelkader belahcene
Thanks for help, You are right normally that is enough, but on my miniPC running DSL (small Damn..) distro, the command ssh-add doensn't work ??? so even if I user the Priv/Pub key I have to give the paraphrase?? For this reason I want to send in the line the password , I haven't security prob

Re: ssh connection without passwd

2008-06-19 Thread Sjoerd Hardeman
Raj Kiran Grandhi wrote: abdelkader belahcene wrote: Hi every one, I am using DSL on small miniPC. I tried the ssh-keygen it seemed running correctly, it generates the key (pub and priv), Use ssh-copy-id to copy your public key to the ssh server. This requires that password based connection

Re: ssh connection without passwd

2008-06-19 Thread Anthony
Hello, if a understand, you want to connect to a host without password throught ssh. Use the ~/.ssh/authorized_keys add the pub key of HostA in the authorized_keys of HostB. You will be able to connect to HostB from HostA. by Anthony abdelkader belahcene a écrit : Hi every one, I am using D

Re: ssh connection without passwd

2008-06-19 Thread Anthony
Example : su - usera ssh-keygen [EMAIL PROTECTED]:~/.ssh$ cat ~/.ssh/id_rsa.pub ssh-rsa B3NzaC1yc2EBIwAAAQEAw7KhpWfG/RRZhaAZlUVK9iH07LnzeO1dgs1vmOX1vK1EZ+p/Pru6UZqSl0sOaBNOIffjG1F4IeRTVw+7CRdnPPcil4htRwFCjMQi11uJcCqfTjaHS5gcvqOOtUPoBlY6WM+35BRzPNdAhnwSWpxVmEfgtDI4Hi18XVU3V9IHTK645oNgHi

Re: ssh connection without passwd

2008-06-19 Thread Raj Kiran Grandhi
abdelkader belahcene wrote: Hi every one, I am using DSL on small miniPC. I tried the ssh-keygen it seemed running correctly, it generates the key (pub and priv), Use ssh-copy-id to copy your public key to the ssh server. This requires that password based connections are allowed to that serv

ssh connection without passwd

2008-06-19 Thread abdelkader belahcene
Hi every one, I am using DSL on small miniPC. I tried the ssh-keygen it seemed running correctly, it generates the key (pub and priv), but the ssh-add gave cannot open a connection to authentifcation agent , I tried it after ssh-agent I got same error. In fact I want an automatic ( fr