feat: add doc for ssh tunnel setup

This commit is contained in:
dancingCycle 2022-04-21 11:44:41 +02:00
parent 9951f6551a
commit b2c7211d61
5 changed files with 29 additions and 0 deletions

5
doc/cups.md.license Normal file
View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/

5
doc/postgres.md.license Normal file
View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/

9
doc/ssh-tunnel.md Normal file
View File

@ -0,0 +1,9 @@
# Connect to remote Postgre SQL Database using SSH Tunnel
```
ssh -L <local port>:<local host address>:<remote port> -p <SSH port of remote SSH server> <user at remote server>@<host name of remote server>
```
## Links
[Connect to PostgreSQL using an SSH tunnel](https://www.kevssite.com/connect-to-postgresql-using-an-ssh-tunnel/)

View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/

View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/