https://github.com/natesales/birdrs
A lightweight and secure SSH route server for BIRD
https://github.com/natesales/birdrs
bird route-server
Last synced: about 1 year ago
JSON representation
A lightweight and secure SSH route server for BIRD
- Host: GitHub
- URL: https://github.com/natesales/birdrs
- Owner: natesales
- License: gpl-3.0
- Created: 2021-01-03T22:42:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-04T00:02:25.000Z (over 5 years ago)
- Last Synced: 2024-05-01T16:31:32.502Z (about 2 years ago)
- Topics: bird, route-server
- Language: Go
- Homepage: https://blog.natesales.net/building-a-lightweight-and-secure-route-server-for-bird/
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# birdrs
[](https://goreportcard.com/report/github.com/natesales/birdrs)
[](hhttps://github.com/natesales/birdrs/blob/main/LICENSE)
[](https://github.com/natesales/birdrs/releases)
SSH route server for BIRD
### Installation
This project is available in my public code repositories. See https://github.com/natesales/repo for more info.
### Usage
```
Usage for birdrs (dev) https://github.com/natesales/birdrs:
-b string
SSH daemon bind address:port (default ":22")
-k string
SSH host key file (default "~/.ssh/id_ed25519")
-m string
path to text file for connection banner
-p string
path to birdc binary (default "birdc")
-v enable verbose debugging output
```