Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why intellij doesn't provide functionality to store SSH sessions

I've just installed latest Intellij IDEA 15.0.1. There is provided tool to connect using SSH session. I use connection using private key. Connection is successful, but my sessions isn't stored after close connection. How to make idea save host and primary key location?

like image 809
Eugene Stepanenkov Avatar asked Nov 26 '15 12:11

Eugene Stepanenkov


1 Answers

You can set up ssh connection at Tools | Deployment | Configuration.

Add new server with plus button. Enter name and select SFTP as a type.

Now you can enter host, username and password (or key pair).

Next time you'll select Tools | Start SSH session there should be your server name.

like image 149
allight Avatar answered Oct 18 '22 20:10

allight