IntelliJ Idea 2019 Ultimate Saving SSH server credentials

Answered

So, from here , I got to know the steps for saving a SSH server credentials. We basically ssh to see the logs from this server for our application. 

Now after having done this , when I say open a HTML , instead of it opening in built in IntelliJ server , it is actually taking url for that ssh server to open up. Why ? 

 

Without saving credentials : http://localhost:63342/<some path>

After saving credentials : <host of ssh saved>/ <some path>

 

Why is it taking ssh host to open HTML etc ? How to resolve it ?

0
1 comment

Please try such action:

>"Open in Browser" action — hold Shift to open URL of local file. I have added note about it to action description.

 
0

Please sign in to leave a comment.