sshpiper/sshpiperd/upstream/database
Donatas Abraitis f14ff4278b
Print SSH upstream in brackets to distinguish port properly (#84)
Before:
```
% sshpiperd pipe list
donatas -> root@2a02:4231:face:1001:1610:931c:2980:9d9d:22
```

After:
```
% sshpiperd pipe list
donatas -> root@[2a02:4231:face:1001:1610:931c:2980:9d9d]:22
```
2022-03-28 23:53:19 -07:00
..
handler.go fix db model not loading keys 2021-07-13 12:20:20 +00:00
handler_test.go happy lint 2021-10-04 13:01:43 +00:00
model.go fix db model not loading keys 2021-07-13 12:20:20 +00:00
mssql.go refine params description 2019-01-16 15:15:46 -08:00
mysql.go use NewConfig() for better default values 2019-06-26 13:40:22 -07:00
pipemgr.go Print SSH upstream in brackets to distinguish port properly (#84) 2022-03-28 23:53:19 -07:00
plugin.go fix db model not loading keys 2021-07-13 12:20:20 +00:00
postgres.go refine params description 2019-01-16 15:15:46 -08:00
README.md Rename Readme.md to README.md 2019-01-17 14:41:37 -08:00
sqlite.go refine params description 2019-01-16 15:15:46 -08:00

Database upstream for SSHPiper

Database is a ideally place to store upstream and downstream relationship. sshpiperd provides 4 database support:

  • MySQL
  • PostgreSQL
  • SQLite 3
  • SQL Server

Imgur

You may want to use sshpiperd pipe add to manage them.