Erst einmal danke für die Tipps und die Anregung Hier noch einmal meine Vorgehensweise:
Habe auf meinem Clientrechner (Win XP) ein Schlüsselpaar erstellt. Auf dem Server habe ich unter meinem Homeverzeichniss ein Verzeichniss .ssh2 eingerichtet. In dieses habe ich den *.pub Schlüssel kopiert. Zusätzlich habe ich in diesem Verzeichniss ein authorization File angelegt in dem der Schlüssel eingetragen ist. Wenn ich mich nun von meinem Client aus auf dem Server mitels ssh2 einloggen möchte, erscheinenen folgende Debuggingmeldungen:
debug: Connecting to
http://www.meinServer.de, port 22... (SOCKS not used)
debug: Ssh2/ssh2.c

Entering event loop.
debug: Ssh2Client/sshclient.c

Creating transport protocol.
debug: SshAuthMethodClient/sshauthmethodc.c:85: Added "publickey" to usable meth
ods.
debug: SshAuthMethodClient/sshauthmethodc.c:85: Added "password" to usable metho
ds.
debug: Ssh2Client/sshclient.c

Creating userauth protocol.
debug: client supports 2 auth methods: 'publickey,password'
debug: Ssh2Common/sshcommon.c:560: local ip = XXX.XXX.XXX.XXX, local port = 3363
debug: Ssh2Common/sshcommon.c:562: remote ip = XXX.XXX.XXX.XXX, remote port = 22
debug: SshConnection/sshconn.c

Wrapping...
debug: Remote version: SSH-2.0-3.2.2 SSH Secure Shell (non-commercial)
debug: Major: 3 Minor: 2 Revision: 2
debug: Ssh2Transport/trcommon.c

lang s to c: `', lang c to s: `'
debug: Ssh2Transport/trcommon.c

c_to_s: cipher 3des-cbc, mac hmac-sha1, co
mpression none
debug: Ssh2Transport/trcommon.c

s_to_c: cipher 3des-cbc, mac hmac-sha1, co
mpression none
debug: Remote host key found from database.
debug: Ssh2Common/sshcommon.c:318: Received SSH_CROSS_STARTUP packet from connec
tion protocol.
debug: Ssh2Common/sshcommon.c:368: Received SSH_CROSS_ALGORITHMS packet from con
nection protocol.
debug: server offers auth methods 'publickey,password'.
warning: C:/Dokumente und Einstellungen/meinname/Application Data/SSH/id_dsa_10
24_a: 4: parsing line failed.
warning: C:/Dokumente und Einstellungen/meinname/Application Data/SSH/id_dsa_10
24_a: 5: parsing line failed.
warning: C:/Dokumente und Einstellungen/meinname/Application Data/SSH/id_dsa_10
24_a: 6: parsing line failed.
warning: C:/Dokumente und Einstellungen/meinname/Application Data/SSH/id_dsa_10
24_a: 7: parsing line failed.
warning: C:/Dokumente und Einstellungen/meinname/Application Data/SSH/id_dsa_10
24_a: 8: parsing line failed.
warning: C:/Dokumente und Einstellungen/meinname/Application Data/SSH/id_dsa_10
24_a: 9: parsing line failed.
warning: C:/Dokumente und Einstellungen/meinname/Application Data/SSH/id_dsa_10
24_a: 10: parsing line failed.
warning: C:/Dokumente und Einstellungen/meinname/Application Data/SSH/id_dsa_10
24_a: 11: parsing line failed.
warning: C:/Dokumente und Einstellungen/meinname/Application Data/SSH/id_dsa_10
24_a: 12: parsing line failed.
debug: Ssh2AuthClient/sshauthc.c:316: Method 'publickey' disabled.
debug: server offers auth methods 'publickey,password'.
debug: Ssh2AuthPasswdClient/authc-passwd.c:95: Starting password query...
meinname's password:
Wie kann ich nun verhindern das die passwort Query nicht mehr gestartet wird. Kann leider mit den Debugging informationen nicht soviel Anfangen, da ich mich hier noch nicht so richtig auskenne. Wäre für Infos und Hilfe sehr dankbar.
Danke