Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artyom/sshpf
minimalistic ssh server only allowing port forwarding to an (optionally) limited set of addresses
https://github.com/artyom/sshpf
bastion-host proxy-server ssh-server
Last synced: about 11 hours ago
JSON representation
minimalistic ssh server only allowing port forwarding to an (optionally) limited set of addresses
- Host: GitHub
- URL: https://github.com/artyom/sshpf
- Owner: artyom
- License: mit
- Created: 2017-08-04T13:38:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T13:57:04.000Z (11 months ago)
- Last Synced: 2024-06-19T10:05:32.366Z (5 months ago)
- Topics: bastion-host, proxy-server, ssh-server
- Language: Go
- Size: 10.7 KB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Command sshpf provides a minimalistic ssh server only allowing port
forwarding to an (optionally) limited set of addresses.Usage of sshpf:
-addr string
address to listen (default "localhost:2022")
-allowed string
file with list of allowed to connect host:port pairs
-auth string
path to authorized_keys file (default "authorized_keys")
-hostKey string
path to private host key file (default "id_rsa")
-timeout duration
IO timeout on client connections (default 3m0s)If `-allowed` flag left empty, no restrictions are applied. Otherwise, file is
expected to hold host:port pairs one per line; empty lines and lines starting
with # are ignored.