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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
flipflip
Contributor
Contributor

Error override with tSSH

Good morning,

I use Talend Open Studio 8.0.20211109_1610 on my PC which is under Fedora 37 with the Java Zulu18.

I don't use Taled every day but it was walking.Today I create a new job with just a SSH connection to a server and when I launch the job I have the error.

   Démarrage du Job waitCde à 14:54 09/03/2023.

   [statistics] connecting to socket on port 3720

   [statistics] connected

   Exception in component tSSH_1 (waitCde)

   java.io.StreamCorruptedException: Overriding the global section with a specific one at line 3: Host *

      at org.apache.sshd.client.config.hosts.HostConfigEntry.readHostConfigEntries(HostConfigEntry.java:854)

      at org.apache.sshd.client.config.hosts.HostConfigEntry.readHostConfigEntries(HostConfigEntry.java:796)

      at org.apache.sshd.client.config.hosts.HostConfigEntry.readHostConfigEntries(HostConfigEntry.java:790)

      at org.apache.sshd.client.config.hosts.HostConfigEntry.readHostConfigEntries(HostConfigEntry.java:777)

      at org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver.reloadHostConfigEntries(ConfigFileHostEntryResolver.java:104)

      at org.apache.sshd.client.config.hosts.DefaultConfigFileHostEntryResolver.reloadHostConfigEntries(DefaultConfigFileHostEntryResolver.java:83)

      at org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver.resolveEffectiveResolver(ConfigFileHostEntryResolver.java:89)

      at org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver.resolveEffectiveHost(ConfigFileHostEntryResolver.java:59)

      at org.apache.sshd.client.SshClient.connect(SshClient.java:471)

      at org.apache.sshd.client.session.ClientSessionCreator.connect(ClientSessionCreator.java:60)

      at org.apache.sshd.client.session.ClientSessionCreator.connect(ClientSessionCreator.java:43)

      at pim.waitcde_0_1.waitCde.tSSH_1Process(waitCde.java:436)

      at pim.waitcde_0_1.waitCde.runJobInTOS(waitCde.java:1652)

      at pim.waitcde_0_1.waitCde.main(waitCde.java:1472)

   2023-03-09 14:54:41|5ucNwa|5ucNwa|5ucNwa|PIM|waitCde|Default|6|Java Exception|tSSH_1|java.io.StreamCorruptedException:Overriding the global section with a specific one at line 3: Host *|1

   [statistics] disconnected

For tests the connection is carried out with username and password.

I tested the connection from a terminal with the same information and no problem.

To push further I tried with a TSCPGetFile or even TSCPConnection component and the problem and the same.I also tested with an old job that walked before and the same.

I don't understand where the problem comes from?

Labels (2)
14 Replies
flipflip
Contributor
Contributor
Author

Hello,

 

I always have the problem.Could the problem be reproduced ?

 

Thanks in advance.

flipflip
Contributor
Contributor
Author

Hello, I always have the same problem.

 

Was there an advance on your side?

 

Philippe.

Anonymous
Not applicable

Hello,

Sorry for getting back to you so late.

Could you help to confirm that does this issue only repro on your simple tssh job or all jobs in your studio? Thanks for your time.

Best regards

Sabrina

flipflip
Contributor
Contributor
Author

Hello,

 

Your remark put me in doubt and after research I actually have a specific config in my ~/.ssh/config file

 

Host *

       HostKeyAlgorithms=+ssh-dss

 

If I comment on this part, the error disappears.Yet before having created the position I am sure I have tried by deactivating this specific configuration.

 

Sorry to bother you.

Philippe.

Anonymous
Not applicable

Hello,

Glad you got the root cause and we are supposing that the specific config in your ~/.ssh/config file is the problem.

Don't hesitate to post your any issue here and feel free to let us know if there is any further help we can give.

Best regards

Sabrina