Apply OS: Windows

Apply Navicat Product: Navicat for MySQL, Navicat for PostgreSQL, Navicat for Oracle, Navicat for SQL Server, Navicat for MariaDB, Navicat for MongoDB, Navicat for Redis, Navicat Premium

 

Navicat supports ssh agent using pageant unix mode. To trigger this mode, the command line is:

pageant --unix C:\Users\USER_NAME\.ssh\agent.sock

Then, inside the .ssh folder, create a file named "config" and add the following content to the file:

Host *
   IdentityAgent C:\Users\USER_NAME\.ssh\agent.sock

Note: Replace USER_NAME with your OS username, * means wildcard for all hosts.

This configuration file is where Navicat loads the agent property.

In Navicat’s connection window, enter your database server login credentials in the General tab.

Then, enable Use SSH tunnel in the SSH tab and provide the SSH host IP, port and username.

Note: The Host in the above screenshot should match the criteria in the config file's Host entry. * means wildcard for all hosts.

 

Have more questions?
Submit Ticket