Remote python interpreter, SSH Credentials, Operation timed out

Completed

Hello!

I was trying to connect to remote python interpreter by SSH Credentials, but got the following result:

```

2018-01-15 17:45:18,144 [ 101201] DEBUG - jetbrains.plugins.webDeployment - Setting up ssh connection to <development-server>:22 for ivandyach, with identities {/Users/ivandyach/.ssh/id_rsa, null, ***}, with socketFactory com.intellij.ssh.sockets.MySftpSocketFactory@0, with keepAliveTimeout 120000, with serverAliveCountMax 1000, with timeout 0, with daemonThread false
With config StrictHostKeyChecking = no, compression.s2c = zlib,none, HashKnownHosts = no, compression.c2s = zlib,none,
2018-01-15 17:45:18,146 [ 101203] DEBUG - jetbrains.plugins.webDeployment.sftp - Connecting to <development-server> port 22
2018-01-15 17:46:33,740 [ 176797] INFO - tesdk.ui.CreateRemoteSdkDialog - Session.connect: java.net.ConnectException: Operation timed out (Connection timed out)
com.jetbrains.plugins.webDeployment.CustomFileSystemException: Session.connect: java.net.ConnectException: Operation timed out (Connection timed out)

```

 

Telnet:

```

> telnet <development-server> 22
Trying 2a02:6b8:xxx:1007::xxxx:dafc:xxxx...
Connected to<development-server>
Escape character is '^]'.
SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8

```

<development-server> - ipv6 address.

The SSL certificate is correct. Perhaps this problem appeared after installing macOS High Sierra, but I'm not sure.

 

idea.log: https://pastebin.com/raw/UTTGwiib

pycharm.vmoptions: https://pastebin.com/raw/Zu4QW5qv

 

```

PyCharm 2017.3.3 (Professional Edition)
Build #PY-173.4301.16, built on January 11, 2018
Licensed to PyCharm Evaluator
Expiration date: February 9, 2018
JRE: 1.8.0_152-release-1024-b11 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.13.2

```

 

 

0
2 comments

I am not sure what exactly helped me, but it works now:

1

Sorry for spam but thank you so much! This saved me a lot of problems and time! Thanks!

0

Please sign in to leave a comment.