1753968 Members
7452 Online
108811 Solutions
New Discussion юеВ

ssh password lenght

 
Charlie Ruedi_1
Occasional Advisor

ssh password lenght

Hello everyone,

I've been working with OpenSSH 4.2p1 on multiple RP boxes running 11.11 with the same patch sets on all systems.

On one system I can use a 10 character password without any trouble, but on the others any password over 8 characters is rejected, but they will work fine with telent ect.

The logs simply say failed password with no other messages.

The sshd_config files are identical except for logging functions and the banner files.

Does anyone know why some of my systems won't support a 10 character password with SSH?

Thanks,
Charlie
7 REPLIES 7
Robert-Jan Goossens_1
Honored Contributor

Re: ssh password lenght

Hi Charlie,

are the servers which allow >8 characters non trusted systems, and the other servers trusted systems?

Robert-Jan
Charlie Ruedi_1
Occasional Advisor

Re: ssh password lenght

All servers are running in trusted mode.
Peter Godron
Honored Contributor

Re: ssh password lenght

Charlie,
assuming the same configuration across the machines:
1. Add -v to the client side connect (verbose)
2. Run the server side daemon in debug and check the logs. sshd -d
Steven E. Protter
Exalted Contributor

Re: ssh password lenght

Shalom,

Possibly an inconsistency in the general security settings for the three trusted systems.

Please confirm and report back.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Robert-Jan Goossens_1
Honored Contributor

Re: ssh password lenght

Charlie Ruedi_1
Occasional Advisor

Re: ssh password lenght

Thanks all!

It was the UsePAM entry in the sshd_config file which was set to yes on my systems which are working and no on the others
Charlie Ruedi_1
Occasional Advisor

Re: ssh password lenght

see above post