Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

How to connect in SSH with my Linux server?

I try the tSSH and I 've got this error :
Starting job ssh at 16:10 28/03/2008.
Exception in component tSSH_2
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 test.ssh.ssh.tSSH_2Process(ssh.java:136)
at test.ssh.ssh.runJobInTOS(ssh.java:316)
at test.ssh.ssh.main(ssh.java:235)
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
Job ssh ended at 16:10 28/03/2008.

Where is the problem?
Labels (3)
2 Replies
Anonymous
Not applicable

Hello
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)

Please check your authenticate method type and its values.
Best regards
shong
Anonymous
Not applicable

I'm sure whith my login and my password and I check with a other one...
SSH version..?
ssh2 on my linux server!
thanks.