Merge branch 'main' of github.com:Eugeny/warpgate into main

This commit is contained in:
Eugene Pankov 2022-04-11 09:41:04 +02:00
commit df58fa8d43
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
2 changed files with 5 additions and 0 deletions

2
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1,2 @@
github: eugeny
ko_fi: eugeny

View file

@ -4,9 +4,12 @@ Warpgate is a smart SSH bastion host for Linux that can be used with _any_ SSH c
* Set it up in your DMZ, add user accounts and easily assign them to specific hosts within the network.
* Warpgate will record every session for you to replay and review later through a built-in admin web UI.
* Not a jump host - forwards your connections straight to the target instead.
* Single-file statically linked binary with no dependencies.
* Written in 100% safe Rust.
<img width="783" alt="image" src="https://user-images.githubusercontent.com/161476/162640762-a91a2816-48c0-44d9-8b03-5b1e2cb42d51.png">
## Getting started
See the [Getting started](https://github.com/Eugeny/warpgate/wiki/Getting-started) wiki page.