You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hello,
I use in a job a tSSH component to do a dump of a postgreSQL with command lines.
I have this eror:
Exception in component tSSH_1
java.io.IOException: Password authentication failed.
at ch.ethz.ssh2.auth.AuthenticationManager.authenticatePassword(AuthenticationManager.java:316)
at ch.ethz.ssh2.Connection.authenticateWithPassword(Connection.java:311)
at sigep.chargement_donnees_geoclip.CHARGEMENT_DONNEES_GEOCLIP.tSSH_1Process(CHARGEMENT_DONNEES_GEOCLIP.java:125)
at sigep.chargement_donnees_geoclip.CHARGEMENT_DONNEES_GEOCLIP.runJob(CHARGEMENT_DONNEES_GEOCLIP.java:279)
at sigep.chargement_donnees_geoclip.CHARGEMENT_DONNEES_GEOCLIP.main(CHARGEMENT_DONNEES_GEOCLIP.java:223)
Caused by: java.io.IOException: Authentication method password not supported by the server at this stage.
at ch.ethz.ssh2.auth.AuthenticationManager.authenticatePassword(AuthenticationManager.java:286)
... 4 more
My server is well configured and accept SSH connections.
Somebody can help me ??
Thanks
Last edited by rthey (2008-10-16 11:55:48)
Offline
Pages: 1