SSH problem

2010-01-27 Thread Hetz Ben Hamo
Hi, In the last updated my Fedora with the official updates and now it seems that passphraseless connections to RHEL/CentOS 5.X are not working any more. When I try to ssh from my Fedora machine to my CentOS machine, it gives errors: debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS

Re: SSH problem

2010-01-27 Thread Lior Kaplan
try to use strace on the ssh server and see what does it do. Maybe you'll get an idea why it rejects your client. Kaplan 2010/1/27 Hetz Ben Hamo het...@gmail.com: Hi, In the last updated my Fedora with the official updates and now  it seems that passphraseless connections to RHEL/CentOS 5.X

Re: what is gssapi good for ( was: SSH problem )

2010-01-27 Thread Michael Ben-Nes
Hi, What is gssapi good for? Read about it in wikipedia but I am not aware of apps that use it. Basically I disable it in new servers to get faster response. Bye, Miki -- Michael Ben-Nes - Internet Consultant and Director. http://www.epoch.co.il -

Re: SSH problem

2010-01-27 Thread Nadav Har'El
On Wed, Jan 27, 2010, Hetz Ben Hamo wrote about SSH problem: debug1: Offering public key: /home/hetz/.ssh/id_rsa .. debug1: Trying private key: /home/hetz/.ssh/id_dsa debug1: Next authentication method: password I don't know if this is your case, but this usually happens when the *remote

Re: SSH problem

2010-01-27 Thread Hetz Ben Hamo
, Jan 27, 2010, Hetz Ben Hamo wrote about SSH problem: debug1: Offering public key: /home/hetz/.ssh/id_rsa .. debug1: Trying private key: /home/hetz/.ssh/id_dsa debug1: Next authentication method: password I don't know if this is your case, but this usually happens when the *remote* machine

Re: SSH problem

2010-01-27 Thread Tzafrir Cohen
On Wed, Jan 27, 2010 at 12:38:40PM +0200, Lior Kaplan wrote: try to use strace on the ssh server and see what does it do. Maybe you'll get an idea why it rejects your client. A variant of that: /usr/sbin/sshd -p 2022 -dd and then trry connecting to port 2022 instead. -- Tzafrir Cohen

Re: SSH problem

2010-01-27 Thread guy keren
wrote: On Wed, Jan 27, 2010, Hetz Ben Hamo wrote about SSH problem: debug1: Offering public key: /home/hetz/.ssh/id_rsa .. debug1: Trying private key: /home/hetz/.ssh/id_dsa debug1: Next authentication method: password I don't know if this is your case