Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fully transparent SSH, HTTPS, MySQL and Postgres bastion/PAM that doesn't need additional client-side software

License

NotificationsYou must be signed in to change notification settings

warp-tech/warpgate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,058 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Shows a black logo in light color mode and a white one in dark color mode.


GitHub All Releases    Discord


Warpgate is a smart & fully transparent SSH, HTTPS, MySQL and PostgreSQL bastion host that doesn't require a client app or an SSH wrapper.

  • Set it up in your DMZ, add user accounts and easily assign them to specific hosts and URLs within the network.
  • Warpgate will record every session for you to view (live) and replay later through a built-in admin web UI.
  • Not a jump host - forwards connection straight to the target in a way that's fully transparent to the client.
  • Native 2FA and SSO support (TOTP & OpenID Connect)
  • Single binary with no dependencies.
  • Written in 100% safe Rust.

Getting started & downloads

How is Warpgate different from a jump host / VPN / Teleport?

WarpgateSSH jump hostVPNTeleport
Precise 1:1 assignment between users and services(Usually) full access to the network behind the jump host(Usually) full access to the networkPrecise 1:1 assignment between users and services
No custom client neededJump host config neededNo custom client neededCustom client required
2FA out of the box🟡 2FA possible with additional PAM plugins🟡 Depends on the provider2FA out of the box
SSO out of the box🟡 SSO possible with additional PAM plugins🟡 Depends on the providerPaid
Command-level audit🟡 Connection-level audit on the jump host, no secure audit on the target if root access is givenNo secure audit on the target if root access is givenCommand-level audit
Full session recordingNo secure recording possible on the target if root access is givenNo secure recording possible on the target if root access is givenFull session recording
Non-interactive connections🟡 Non-interactive connections are possible if the clients supports jump hosts nativelyNon-interactive connectionsNon-interactive connections require using an SSH client wrapper or running a tunnel
Self-hosted, you own the dataSelf-hosted, you own the data🟡 Depends on the providerSaaS

image

Reporting security issues

Please use GitHub'svulnerability reporting system.

Project Status

The project is ready for production.

How it works

Warpgate is a service that you deploy on the bastion/DMZ host, which will accept SSH, HTTPS, MySQL and PostgreSQL connections and provide an (optional) web admin UI.

Runwarpgate setup to interactively generate a config file, including port bindings. SeeGetting started for details.

It receives connections with specifically formatted credentials, authenticates the user locally, connects to the target itself, and then connects both parties together while (optionally) recording the session.

When connecting through HTTPS, Warpgate presents a selection of available targets, and will then proxy all traffic in a session to the selected target. You can switch between targets at any time.

You manage the target and user lists and assign them to each other through the admin UI, and the session history is stored in an SQLite database (default: in/var/lib/warpgate).

You can also use the admin web interface to view the live session list, review session recordings, logs and more.

Contributing / building from source

  • You'll need Rust, NodeJS and NPM
  • Clone the repo
  • Just is used to run tasks - install it:cargo install just
  • Install the admin UI deps:just npm install
  • Build the frontend:just npm run build
  • Build Warpgate:cargo build (optionally--release)

The binary is intarget/{debug|release}.

Tech stack

  • Rust 🦀
    • HTTP:poem-web
    • Database: SQLite viasea-orm +sqlx
    • SSH:russh
  • Typescript
    • Svelte
    • Bootstrap

Backend API

  • Warpgate admin and user facing APIs use autogenerated OpenAPI schemas and SDKs. To update the SDKs after changing the query/response structures, runjust openapi-all.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Eugeny
Eugeny

💻
Spencer Heywood
Spencer Heywood

💻
Andreas Piening
Andreas Piening

💻
Niklas
Niklas

💻
Nooblord
Nooblord

💻
Shea Smith
Shea Smith

💻
samtoxie
samtoxie

💻
Skyler Lewis
Skyler Lewis

💻
Mohammed Noureldin
Mohammed Noureldin

💻
Mourad Maatoug
Mourad Maatoug

💻
Justin
Justin

💻
liebermantodd
liebermantodd

💻
P Foundation
P Foundation

💵

This project follows theall-contributors specification. Contributions of any kind welcome!

About

Fully transparent SSH, HTTPS, MySQL and Postgres bastion/PAM that doesn't need additional client-side software

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

[8]ページ先頭

©2009-2026 Movatter.jp