T
T
teet2014-05-24 12:29:53
SSH
teet, 2014-05-24 12:29:53

SSH multihop and text editors

Hello.
There is such a scheme:
2dede9fd05304f52b1eb2d56a027e9f9.png
Virtual machines are running on the server, all of them are connected to a virtual network. An ssh server is running on each virtual machine. The real server (10.5.5.10) is also running an ssh server.
On a working computer (linux ubuntu 12) I created a config file for the ssh client:

Host myhost
  HostName 10.5.5.10
  Port 22
  User user1

Host virt1
  HostName 192.168.122.10
  port 22
  User user2
  ProxyCommand ssh -A myhost nc %h %p

This allows me to connect in the terminal to the virtual machine.
But I want to connect to the virtual machine using SublimeText or PhpStorm.
Can this be done? And how to set up one of the editors?
The option to configure windows + putty + notepad ++ is also suitable

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question