SSH tunnel problem

I've updated phpstorm to 2017.3 version and can't connect to the mysql | postgresql servers through ssh tunnel.

I get:

java.lang.ArrayIndexOutOfBoundsException: 385
at com.jcraft.jsch.Util.fromBase64(Util.java:51)
at com.jcraft.jsch.KnownHosts.setKnownHosts(KnownHosts.java:219)
at com.jcraft.jsch.KnownHosts.setKnownHosts(KnownHosts.java:55)
at com.jcraft.jsch.JSch.setKnownHosts(JSch.java:317)
at com.intellij.ssh.SshConnectionUtil.a(SshConnectionUtil.kt:582)
at com.intellij.ssh.SshConnectionUtil.a(SshConnectionUtil.kt:575)
at com.intellij.ssh.SshConnectionUtil.setUpSession(SshConnectionUtil.kt:153)
at com.intellij.ssh.SshConnectionUtil.createSshSession(SshConnectionUtil.kt:142)

Can you help me to solve this problem?

 

0
2 comments
Avatar
Permanently deleted user

Hello,

Please remove the .ssh/known_hosts file and try to connect again.

0
Avatar
Permanently deleted user

It works. Thank you

0

Please sign in to leave a comment.