greenberet123
greenberet123

Reputation: 1477

Use ssh key for remote java debugging using intellij

I want to do remote java debugging using Intellij by connecting to a running program on a remote machine.

However, I use an ssh key to access this remote machine and cannot find any place to specify this key in the remote configuration window. Any idea how this can be done? Thanks!

Upvotes: 2

Views: 806

Answers (1)

alirabiee
alirabiee

Reputation: 1306

You should first create an ssh tunnel to the remote machine and then connect to the program just as if it was running on your own system.

Upvotes: 4

Related Questions