sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #32001
Re: ssh problem
Mit gæt er at du har pam installeret.. i så tilfælde har du brug for
at have en sshd fil liggende under /etc/pam.d - i redhat 6.2 således at den
pam kan autentikere brugere fra sshd dæmonen..
/etc/pam.d/sshd >>
#%PAM-1.0
auth required /lib/security/pam_unix.so shadow nodelay
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_unix.so
password required /lib/security/pam_cracklib.so
password required /lib/security/pam_unix.so shadow nullok use_authtok
session required /lib/security/pam_unix.so
session required /lib/security/pam_limits.so
<<
f.ex.
.\|/.
(o o)
--ooOo--(_)--oOoo------| This mail has been sent to you by: |----------
Klavs Klavsen, IT-coordinator and Systems Administrator at
Metropol Online - http://www.metropol.dk
Tlf. 33752700, Fax 33752720, Email ktk@xxxxxxxxxxx
Private Email klavs@xxxxxxxxxxx
.oooO Oooo.
__( )___( )_____This mail is based on 100% recycled bits_________
\ ( ) /
\ _) (_/
Michael
Schacht To: "'sslug-teknik@xxxxxxxx'" <sslug-teknik@xxxxxxxx>
Hansen cc:
<MSH@xxxxxxxx Subject: [TEKNIK] ssh problem
>
09-01-2001
19:57
Please
respond to
sslug-teknik
Jeg har forsøgt at installere SSH og det da egentlig også udemærket...lige
indtil jeg skulle bruge det. Når jeg forsøget at logge ind på maskinen
bliver den ved med at sige:
Permission denied, please try again.
(Selvom det er det rigtige password)
/Michael
ssh -v server.navn.dk
SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090600f).
debug: Reading configuration data /etc/ssh/ssh_config
debug: Seeding random number generator
debug: ssh_connect: getuid 501 geteuid 0 anon 0
debug: Connecting to hilist.au.dk [192.38.45.253] port 22.
debug: Seeding random number generator
debug: Allocated local port 872.
debug: Connection established.
debug: Remote protocol version 1.99, remote software version
OpenSSH_2.3.0p1
debug: no match: OpenSSH_2.3.0p1
debug: Local version string SSH-1.5-OpenSSH_2.3.0p1
debug: Waiting for server public key.
debug: Received server public key (768 bits) and host key (1024 bits).
debug: Host 'hilist.au.dk' is known and matches the RSA host key.
debug: Seeding random number generator
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: Doing password authentication.
bruger@xxxxxxxxxxxxxx's password:
Follow ups