I have a server to which I could only connect via ssh, on it lies the server database. How can I force my local server to access its database? I can connect to the database via navikat, connect to the server itself via putty, but how can I make it work as a vpn server and is it possible?

  • one
    Most likely, google://putty ssh tunnel , you will need to create a tunnel on your local machine from your machine to a remote database server, and specify the local tunnel address on the local server. The scheme will approximately be such a веб-сервер->локалхост:порт->пробрасывает соединение на удаленный хост:ПортБд . perversion, of course - strangeqargo
  • one
    There is also a bitvise ssh client. bitvise.com/ssh-client - Sergey

0