What is an ssh tunnel?



What is an ssh tunnel?..

Answer / Jitendra Kumar Srivastava

SSH (Secure Shell) tunnel is a secure connection created using the SSH protocol that forwards network traffic from one network to another. It allows users to securely access remote servers and services, providing encryption and authentication functionalities. An SSH tunnel can be used to secure connections to databases like PostgreSQL running on remote servers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What is postgresql client?

1 Answers  


What is the difference between a primary key and a composite key?

1 Answers  


What are the different data types supported by PostgreSQL?

1 Answers  


Can we add foreign key without primary key?

1 Answers  


Does google use postgresql?

1 Answers  


How to execute postgres function in pgadmin?

1 Answers  


What is the difference between oracle and postgresql?

1 Answers  


Can composite key be null?

1 Answers  


Where is postgres configuration file?

1 Answers  


How do you change columns in postgresql?

1 Answers  


List different advantages of postgresql?

1 Answers  


What is the Maximum size for a table in PostgreSQL?

1 Answers  


Categories