Why intellij doesn't provide functionality to store SSH sessions
Asked Answered
S

1

9

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?

Silicle answered 26/11, 2015 at 12:31 Comment(0)
A
26

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.

Azine answered 6/5, 2016 at 14:7 Comment(2)
I get 'SFTP host is invalid' warning. I'm using host like staging-2.com, tried [email protected] - same result (Renie
I had redundant space at the end, my badRenie

© 2022 - 2024 — McMap. All rights reserved.