I just installed the latest Intellij IDEA 15.0.1. An SSH session is used to connect. I am using a connection using a private key. The connection was successful, but my sessions are not saved after a tight connection. How to make an idea to save the location of the host and primary key?
You can configure ssh connection on Tools | Deployment | Configuration.
Tools | Deployment | Configuration
Add a new server with a plus button. Enter a name and select SFTPas type.
SFTP
Now you can enter the host, username and password (or key pair).
Tools | Start SSH session .
Tools | Start SSH session
Source: https://habr.com/ru/post/1617612/More articles:Сортировка массива чисел в Scientific Notation - sortingNuGet packages do not install "Content" for a project in an ASP.NET 5 RC1 (vNext) project - asp.netCenter 3 div in parent div - javascript"For" loop for boolean variables? - vbaUsing Bootstrap with it - cssError deploying Phoenix application in production - elixirLog Endpoint in Spring Download - javaFirebase command line login tools - firebaseelixir remove many of many associations - elixirEqualityComparer .Default does not return the received EqualityComparer - c #All Articles