On Fri, Feb 17, 2006 at 06:49:30PM +0330, Artin H. wrote:
[...]
> 1-How is working openssh on 64bit ? becouse i see some programs
> running faster ( with more memory usage ) and some of them working
> with same speed in 32bit and some of them have problems in 64 bit !

OpenSSH itself can be built as a 64bit executable but the limitation
is usually the OS support (eg if system libraries are not available
as 64bit).

On some platforms, you can get speed improvements by tuning compiler
options (eg enabling sparcv9 support on those systems) without building
an entirely 64bit binary.  I'm not sure if this applies to your platform.

> i wana know about stability and speed improving.

You're having stability problems?

> 2-I wana know how can i set SSHD that check username password from
> MYSQL server , i tried with pam-mysql and i changed all of pam
> settings ! but SSH first checking /usr/passwd and if username
> doesnt exist in /usr/passwd it showing user not found and
> terminationg and if user exist in /usr/passwd it checking password
>   from MYSQL !!!
> 
> i wana know how can set that ssh check username and password
> completly from mysql database.

You need to make getpwnam and friends look in your sql database by
This is done via nsswitch.conf, assuming such support is available.

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.

Reply via email to