Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Re: Few Question About SSH

Subject: Re: Few Question About SSH
Date: Mon, 20 Feb 2006 21:22:19 +1100
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.

<Prev in Thread] Current Thread [Next in Thread>