Access denied bei Putty!?
Darius 21.07.2004 - 14:26 804 9
Darius
Guru
|
hiho... folgende Frage: Ich contecte mit meinem Windoof Rechner auf die Linux Kiste ok..geht da steht dann login.. über Remote Desktop geht alles(!!) aber egal mit welchem User und PW ich mich anmelden will beim Putty steht da Access denied! Wo kann hier der Fehler liegen? mfG TIA Darius
|
dio
Here to stay
|
ssh != remote desktop läuft der ssh daemon?
|
Oculus
void
|
najo, wenn der sshd net laufen würd, würd er gar net zum login kommen oda? ich versteh das problem net wirklich wo liegt da zusammenhang zwischen rdp und putty
|
spunz
ElderElder
|
1. was meinst du mit remote desktop? wenn du per rdp eine verbindung zum xp client hast und dort dann putty startest?
2. richtige ssh protokoll eingestellt?
3. was steht im log dazu?
|
Darius
Guru
|
der sshd läuft! die remote X connection mit dem Programm Reflection X funkt ohne probleme... nur wenn ich mit putty conente gibts das hier: aber username und pw passen sicher! edit: wo finde ich die ssh conf? bzw. wo finde ich das log?
Bearbeitet von Darius am 22.07.2004, 09:02
|
NyoMic
xepera-xeper-xeperu
|
lass mich raten, du hast sicher suse 9.1 installiert oder? Dann musst du im Putty auf Protocol2 statt Protocol1 wechseln und noch irgendwas einstellen. Am besten mal googeln
|
Darius
Guru
|
ja genau das..hab auf 9.1 geupdated...
|
NyoMic
xepera-xeper-xeperu
|
Nachdem ich annehme du hast SuSE 9.1 Original, schau einfach mal auf der CD/DVD im Ordner dosutils/putty und nimm diese version denn diese funktioniert einwandfrei
|
Darius
Guru
|
vielen dank! Applies to: SUSE LINUX 8.0-9.0 Symptom After updating to OpenSSH version 3.7.1,it is no longer possible to login via PuTTY (a Windows SSH client). The file /var/log/messages contains the following (or a similar) message: Nov 12 11:17:22 magnesium sshd[14522]: Failed password for root from ::ffff:192.168.0.5 port 1131 or Nov 12 11:18:39 magnesium sshd[14539]: Received disconnect from ::ffff:192.168.0.5: 11: No supported authentication methods available The login process works without problems from a different Linux machine. Cause The password authentication has been switched off for the SSH service whereas the PAM authentication and therewith the associated "ChallengeResponseAuthentication" (which is necessary for the latter) have been activated instead (see configuration file at /etc/ssh/sshd_config). The Challenge/Response mechanism is disabled in PuTTY's configuration for the protocol version 1 (default in PuTTY). Solution Set the protocol used by default by PuTTY to "version 2". The Challenge/Response mechanism is activated by default in PuTTY for this protocol. Select the menu options "Connection" -> "SSH" and change the "Preferred SSH protocol version" from "1" to "2". Make sure that the option "Attempt 'keyboard-interactive' authentication (SSH2)" in the submenu "Auth" is activated. If you have to necessarily use the SSH protocol version 1, activate the option "Attempt TIS or CryptoCard authentication (SSH1)" in the same menu. To save your settings on a permanent basis, select the menu item "Session" and press "Default Settings" first and then "Save". A current PuTTY version is included in the directory dosutils/putty on the first SUSE Installation CD/DVD. greetz und gute rutsch knallo  mfg Darius
|
NyoMic
xepera-xeper-xeperu
|
die anleitung hab ich zwar bei mir auch verwendet aber irgendwie war ich zu blöd dafür (naja hab aber auch nicht wirklich die zeit gehabt das aufmerksam durchzulesen)
|